package.json 428 B

12345678910111213141516171819202122
  1. {
  2. "name": "ax-node",
  3. "version": "1.0.0",
  4. "type": "module",
  5. "description": "",
  6. "main": "index.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "keywords": [],
  11. "author": "",
  12. "license": "ISC",
  13. "dependencies": {
  14. "body-parser": "^1.20.2",
  15. "connect-multiparty": "^2.2.0",
  16. "cors": "^2.8.5",
  17. "express": "^4.18.2",
  18. "mysql": "^2.18.1",
  19. "nodemon": "^3.0.3"
  20. }
  21. }