UNPKG

@shapediver/viewer.session

Version:

This is the npm package for the ShapeDiver Viewer Session API. For more information on ShapeDiver, please visit our [homepage](https://shapediver.com/).

64 lines (63 loc) 1.69 kB
{ "name": "@shapediver/viewer.session", "version": "3.12.11", "description": "", "keywords": [ "webgl", "shapediver", "viewer", "augumented-reality", "webgl", "grasshopper", "typescript", "3d" ], "author": "Michael Oppitz <michael@shapediver.com>", "license": "polyform-noncommercial-1.0.0", "main": "dist/index.js", "directories": { "test": "__tests__" }, "files": [ "package.json", "dist/", "README.md", "LICENSE" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/shapediver/Viewer.git" }, "scripts": { "check": "tsc --noEmit", "build": "bash ../../scripts/building/build.sh", "build-watch": "bash ../../scripts/building/build-watch.sh", "build-dep": "bash ../../scripts/building/build-dep.sh", "doc": "typedoc" }, "bugs": { "url": "https://github.com/shapediver/Viewer/issues" }, "homepage": "https://github.com/shapediver/Viewer#readme", "typings": "dist/index.d.ts", "jest": { "preset": "ts-jest", "testEnvironment": "jsdom" }, "dependencies": { "@shapediver/sdk.geometry-api-sdk-v2": "2.9.0", "@shapediver/viewer.api.general": "3.12.11", "@shapediver/viewer.creation-control-center.session": "3.12.11", "@shapediver/viewer.data-engine.gltf-converter": "3.12.11", "@shapediver/viewer.data-engine.shared-types": "3.12.11", "@shapediver/viewer.session-engine.session-engine": "3.12.11", "@shapediver/viewer.shared.math": "3.12.11", "@shapediver/viewer.shared.node-tree": "3.12.11", "@shapediver/viewer.shared.services": "3.12.11", "@shapediver/viewer.shared.types": "3.12.11" }, "gitHead": "ac3165e4ec3ae1b53487bdc77a50e314380dedd9" }