package.json 888 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "ax-node",
  3. "version": "1.0.0",
  4. "type": "commonjs",
  5. "description": "",
  6. "main": "index.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1",
  9. "win": "rm -rf ./ax-node && pkg ./src/app.js -t win -o ./ax-node/app && cp ./run-ax-node.sh ./ax-node/run-ax-node.sh && cp ./config.json ./ax-node/config.json",
  10. "linux": "rm -rf ./ax-node && pkg ./src/app.js -t linux -o ./ax-node/app && cp ./run-ax-node.sh ./ax-node/run-ax-node.sh && cp ./config.json ./ax-node/config.json"
  11. },
  12. "keywords": [],
  13. "author": "",
  14. "license": "ISC",
  15. "dependencies": {
  16. "@turf/turf": "^6.5.0",
  17. "body-parser": "^1.20.2",
  18. "connect-multiparty": "^2.2.0",
  19. "cors": "^2.8.5",
  20. "elasticsearch": "^16.7.3",
  21. "express": "^4.18.2",
  22. "mycp": "^1.0.3",
  23. "mysql": "^2.18.1",
  24. "nodemon": "^3.0.3",
  25. "pkg": "^5.8.1",
  26. "ws": "^8.16.0"
  27. }
  28. }