package.json 365 B

123456789101112131415161718
  1. {
  2. "name": "node_util",
  3. "version": "1.0.0",
  4. "description": "js脚本工具",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "@turf/turf": "^6.5.0",
  13. "moment": "^2.30.1",
  14. "pg": "^8.12.0",
  15. "wellknown": "^0.5.0",
  16. "wkx": "^0.5.0"
  17. }
  18. }