package.json 535 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "obj2gltf",
  3. "version": "1.0.0",
  4. "dependencies": {
  5. "cesium": "^1.86.1",
  6. "fs": "^0.0.1-security",
  7. "fs-extra": "^10.0.0",
  8. "jpeg-js": "^0.4.3",
  9. "minimist": "^1.2.8",
  10. "obj2gltf": "^3.1.4",
  11. "pngjs": "^6.0.0"
  12. },
  13. "bin": "obj2gltf.js",
  14. "scripts": {
  15. "test": "echo \"Error: no test specified\" && exit 1",
  16. "pkg": "pkg -t win obj2gltf.js"
  17. },
  18. "keywords": [],
  19. "author": "",
  20. "license": "ISC",
  21. "pkg": {
  22. "outputPath": "dist",
  23. "assets": [
  24. "node_modules/**/*"
  25. ]
  26. }
  27. }