@inweb/viewer-core
Version:
3D CAD and BIM data Viewer core
33 lines (32 loc) • 728 B
JSON
{
"name": "@inweb/viewer-core",
"version": "26.9.1",
"description": "3D CAD and BIM data Viewer core",
"homepage": "https://cloud.opendesign.com/docs/index.html",
"license": "SEE LICENSE IN LICENSE",
"author": "Open Design Alliance",
"keywords": [
"opendesign",
"opencloud",
"inweb",
"viewer",
"core"
],
"sideEffects": false,
"main": "dist/viewer-core.js",
"module": "dist/viewer-core.module.js",
"types": "lib/index.d.ts",
"files": [
"dist",
"lib/**/*.d.ts",
"src"
],
"scripts": {
"build": "rollup -c rollup.config.js",
"test": "karma start karma.conf.js"
},
"dependencies": {
"@inweb/client": "~26.9.1",
"@inweb/eventemitter2": "~26.9.1"
}
}