{ "name": "cadview", "version": "1.1.9", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", "private": true, "scripts": { "build": "tsc", "umd": "webpack --config ./config/webpack.umd.ts", "dev": "tsc -w", "type": "ts-node ./utils/copy_type.ts" }, "repository": { "type": "git", "url": "http://git.cf/cx/CADViewComponent.git" }, "author": "cx", "license": "ISC", "devDependencies": { "@types/hard-source-webpack-plugin": "^0.9.0", "@types/node": "^10.7.1", "@types/three": "^0.92.17", "@types/uglifyjs-webpack-plugin": "^1.1.0", "@types/webpack": "^4.4.10", "awesome-typescript-loader": "^5.2.0", "fork-ts-checker-webpack-plugin": "^0.4.8", "hard-source-webpack-plugin": "^0.12.0", "ts-loader": "^4.4.2", "ts-node": "^7.0.1", "typescript": "^3.0.1", "uglifyjs-webpack-plugin": "^1.3.0", "webpack": "^4.16.5", "webpack-cli": "^3.1.0", "webpack-merge": "^4.1.4" }, "dependencies": { "three": "^0.95.0" } }