package.json 387 B

1234567891011121314151617181920
  1. {
  2. "name": "instrunet_backend",
  3. "version": "1.0.0",
  4. "main": "main.js",
  5. "scripts": {
  6. "test": "node main.js"
  7. },
  8. "keywords": [],
  9. "author": "",
  10. "license": "MIT",
  11. "description": "",
  12. "dependencies": {
  13. "body-parser": "^1.20.3",
  14. "express": "^4.21.1",
  15. "https": "^1.0.0",
  16. "jsonwebtoken": "^9.0.2",
  17. "node-run-cmd": "^1.0.1",
  18. "sqlite3": "^5.1.7"
  19. }
  20. }