package.json 2.0 KB

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