UNPKG

forge-svf-utils

Version:

Utilities for working with Autodesk Forge SVF file format.

37 lines (36 loc) 867 B
{ "name": "forge-svf-utils", "version": "0.0.2", "description": "Utilities for working with Autodesk Forge SVF file format.", "main": "lib/index.js", "scripts": { "build": "yarn run build:node", "build:node": "tsc", "docs": "typedoc --out lib/docs src" }, "repository": { "type": "git", "url": "git+https://github.com/petrbroz/forge-svf-utils.git" }, "keywords": [ "autodesk", "forge", "svf", "gltf" ], "author": "Petr Broz <petr.broz@autodesk.com>", "license": "MIT", "bugs": { "url": "https://github.com/petrbroz/forge-svf-utils/issues" }, "homepage": "https://github.com/petrbroz/forge-svf-utils#readme", "dependencies": { "adm-zip": "^0.4.13", "forge-server-utils": "^6.6.0", "fse": "^4.0.1" }, "devDependencies": { "typedoc": "^0.15.0", "typescript": "^3.6.0" } }