CADViewComponent/package.json

21 lines
365 B
JSON

{
"name": "cadview",
"version": "1.0.1",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"author": "cx",
"license": "ISC",
"devDependencies": {
"@types/node": "^10.1.2",
"@types/three": "^0.92.0",
"typescript": "^2.8.3"
},
"dependencies": {
"three": "^0.92.0"
}
}