UNPKG

x_ite-node

Version:
69 lines (68 loc) 1.4 kB
{ "name": "x_ite-node", "version": "1.0.63", "description": "Pure Node.js wrapper of X_ITE", "main": "src/index.js", "files": [ "src/*" ], "scripts": { "release": "node build/release.js", "test-script": "node tests/script.js", "test": "jest --detectOpenHandles" }, "repository": { "type": "git", "url": "git+https://github.com/create3000/x_ite-node.git" }, "keywords": [ "3D", "Browser", "Electron", "Framework", "GLB", "glTF2", "JavaScript", "JSON", "Node", "Parser", "PLY", "STL", "SVG", "VRML", "Wavefront-OBJ", "WebGL", "wrl", "x_ite", "X3D", "XML" ], "author": "Holger Seelig <holger.seelig@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/create3000/x_ite-node/issues" }, "homepage": "https://github.com/create3000/x_ite-node#readme", "contributors": [ { "name": "Holger Seelig", "email": "holger.seelig@gmail.com", "url": "https://github.com/create3000" } ], "dependencies": { "atob": "^2.1.2", "filereader": "^0.10.3", "jsdom": "^26.1.0", "jsdom-global": "^3.0.2", "node-fetch": "^2.7.0", "node-localstorage": "^3.0.5", "nogl": "^1.1.0", "skia-canvas": "^2.0.2", "x_ite": "^11.6.6" }, "devDependencies": { "jest": "^29.7.0", "shell-tools": "^1.1.9" } }