You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 509B

1234567891011121314151617181920212223
  1. {
  2. "name": "diligent-node-api",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://git.dilig.net/stefan.stamenovic/diligent-node-api"
  12. },
  13. "author": "",
  14. "license": "ISC",
  15. "dependencies": {
  16. "express": "^4.18.1",
  17. "express-jwt": "^7.7.2",
  18. "mongodb": "^4.6.0",
  19. "mongoose": "^6.3.4",
  20. "request": "^2.88.2",
  21. "validator": "^13.7.0"
  22. }
  23. }