@aecworks/bimbox-bimserver-sdk-js
Version:
AECWorks BIMBox 产品线 BIMServer 的 sdk 的 JavaScript 实现,采用Typescript语言
33 lines (32 loc) • 729 B
JSON
{
"name": "@aecworks/bimbox-bimserver-sdk-js",
"version": "2.0.7",
"description": "",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"private": false,
"publisher": "hemaoqi@aecworks.cn",
"scripts": {
"build": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://gitee.com/aecworks-open-source/event-bus.git"
},
"keywords": [
"event-bus"
],
"author": "aecworks <adn@aecworks.cn>",
"license": "MIT",
"devDependencies": {
"@aecworks/event-bus": "^1.0.2",
"@types/jest": "^23.3.1",
"@types/node": "^10.5.5",
"axios": "^0.17.0",
"jest": "^23.4.2",
"ts-jest": "^23.0.1",
"tslint": "^5.11.0",
"typescript": "^3.0.1"
}
}