package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "bahai-date-rest-api",
  3. "version": "1.0.0",
  4. "description": "RESTful Baha'i date API",
  5. "main": "index.js",
  6. "scripts": {
  7. "lint": "eslint --ext=js,md,html .",
  8. "start": "nodemon server.js",
  9. "test": "echo \"Error: No test specified\" && exit 1"
  10. },
  11. "engines": {
  12. "node": ">=8.0.0"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git+https://github.com/dragfyre/bahai-date-api.git"
  17. },
  18. "keywords": [
  19. "RESTful",
  20. "API",
  21. "date",
  22. "calendar",
  23. "Baha'i"
  24. ],
  25. "author": "dragfyre",
  26. "contributors": [],
  27. "license": "ISC",
  28. "bugs": {
  29. "url": "https://github.com/dragfyre/bahai-date-api/issues"
  30. },
  31. "homepage": "https://github.com/dragfyre/bahai-date-api#readme",
  32. "devDependencies": {
  33. "@mysticatea/eslint-plugin": "^13.0.0",
  34. "eslint": "^6.8.0",
  35. "eslint-config-ash-nazg": "^16.4.0",
  36. "eslint-config-standard": "^14.1.0",
  37. "eslint-plugin-array-func": "^3.1.3",
  38. "eslint-plugin-compat": "^3.3.0",
  39. "eslint-plugin-eslint-comments": "^3.1.2",
  40. "eslint-plugin-html": "^6.0.0",
  41. "eslint-plugin-import": "^2.19.1",
  42. "eslint-plugin-jsdoc": "^20.0.5",
  43. "eslint-plugin-markdown": "^1.0.1",
  44. "eslint-plugin-no-unsanitized": "^3.0.2",
  45. "eslint-plugin-no-use-extend-native": "^0.4.1",
  46. "eslint-plugin-node": "^11.0.0",
  47. "eslint-plugin-promise": "^4.2.1",
  48. "eslint-plugin-sonarjs": "^0.5.0",
  49. "eslint-plugin-standard": "^4.0.1",
  50. "eslint-plugin-unicorn": "^15.0.1",
  51. "nodemon": "^2.0.2",
  52. "typescript": "^3.7.4"
  53. },
  54. "dependencies": {
  55. "body-parser": "^1.19.0",
  56. "deep-extend": "^0.6.0",
  57. "express": "^4.17.1",
  58. "express-rate-limit": "^5.0.0",
  59. "fsevents": "^2.1.2",
  60. "randomatic": "^3.1.1",
  61. "rc": "^1.2.8"
  62. }
  63. }