package.json 433 B

123456789101112131415161718192021
  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. "gcoord": "^1.0.6",
  14. "moment": "^2.30.1",
  15. "pg": "^8.12.0",
  16. "uuid": "^10.0.0",
  17. "wellknown": "^0.5.0",
  18. "wkt": "^0.1.1",
  19. "wkx": "^0.5.0"
  20. }
  21. }