@wdp-api/bim-api
Version:
51WORLD BIM/DCP Api is a JavaScript plugin for WdpApi, It provides a set of APIs for developers to integrate BIM/DCP into their own applications.
28 lines (27 loc) • 746 B
JSON
{
"name": "@wdp-api/bim-api",
"version": "2.0.0",
"license": "MIT",
"author": {
"name": "Ferguson",
"email": "Ferguson.Mr.F@gmail.com"
},
"homepage": "https://wdpapi.51aes.com",
"description": "51WORLD BIM/DCP Api is a JavaScript plugin for WdpApi, It provides a set of APIs for developers to integrate BIM/DCP into their own applications.",
"keywords": ["51WORLD", "51AES", "51WDP", "WdpApi", "DCP", "BIM"],
"main": "./dist/index.es.js",
"type": "module",
"types": "./index.d.ts",
"files": ["dist", "index.d.ts", "README.md"],
"peerDependencies": {
"wdpapi": "^2.0.0"
},
"peerDependenciesMeta": {
"wdpapi": {
"optional": true
}
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
}
}