UNPKG

@aecworks/bimbox-bimserver-sdk-js

Version:

AECWorks BIMBox 产品线 BIMServer 的 sdk 的 JavaScript 实现,采用Typescript语言

40 lines (39 loc) 1.03 kB
{ "name": "@aecworks/bimbox-bimserver-sdk-js", "version": "2.0.81", "description": "", "main": "./dist/index.js", "types": "./dist/types/index.d.ts", "private": false, "publisher": "bimbox@pkpm.com.cn", "scripts": { "build": "tsc", "test": "jest --coverage=false", "adduser:npmjs": "npm adduser --registry=https://registry.npmjs.com/", "publish:npmjs": "npm publish --access public --registry=https://registry.npmjs.com/" }, "files": [ "dist" ], "keywords": [ "bimbox-bimserver-sdk" ], "author": "pkpm <bimbox@pkpm.com.cn>", "license": "MIT", "devDependencies": { "@aecworks/event-bus": "^1.0.2", "axios": "^0.19.0", "@types/jest": "^23.3.1", "@types/node": "^10.5.5", "clean-webpack-plugin": "^2.0.1", "jest": "^23.6.0", "prettier": "^1.15.3", "ts-jest": "^23.0.1", "ts-loader": "^5.3.3", "tslint": "^5.11.0", "tslint-loader": "^3.5.4", "typescript": "^3.0.1", "webpack": "^4.29.6", "webpack-cli": "^3.3.0" } }