{ "name": "obj2gltf", "version": "1.0.0", "dependencies": { "cesium": "^1.86.1", "fs": "^0.0.1-security", "fs-extra": "^10.0.0", "jpeg-js": "^0.4.3", "minimist": "^1.2.8", "obj2gltf": "file:", "pngjs": "^6.0.0" }, "bin": "obj2gltf.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "pkg": "pkg -t win obj2gltf.js" }, "keywords": [], "author": "", "license": "ISC", "pkg": { "outputPath": "dist", "assets": [ "node_modules/**/*" ] } }