UNPKG

vim-webgl-component

Version:

A demonstration app built on top of the vim-webgl-viewer

38 lines (37 loc) 1.05 kB
{ "name": "vim-format", "version": "1.0.14", "description": "The VIM format is a modern and efficient open 3D data interchange format designed for BIM and manufacturing data optimized for efficient loading and rendering on low-power devices.", "directories": { "test": "tests" }, "scripts": { "declarations": "tsc --declaration --emitDeclarationOnly --outdir ./dist/types", "build": "tsc", "package": "npm run build && npm run declarations && npm publish", "test": "jest" }, "author": "VIM <hello@vimaec.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/vimaec/vim-ts.git" }, "declaration": true, "types": "dist/index.d.ts", "module": "/dist/index.js", "files": [ "dist/**" ], "devDependencies": { "@types/jest": "^29.5.2", "@types/node": "^18.16.16", "@types/pako": "^2.0.0", "jest": "^29.2.2", "ts-jest": "^29.0.3", "typescript": "^4.8.4" }, "dependencies": { "pako": "^2.1.0" } }