@aiot-toolkit/server
Version:
aiot server
41 lines (40 loc) • 874 B
JSON
{
"name": "@aiot-toolkit/server",
"version": "1.1.4",
"description": "aiot server",
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"hap-toolkit",
"quickapp"
],
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib/**/*.{js,html,css,png,gif}"
],
"dependencies": {
"@aiot-toolkit/debugger": "1.1.4",
"@aiot-toolkit/packager": "1.1.4",
"@aiot-toolkit/shared-utils": "1.1.4",
"@babel/runtime": "^7.9.6",
"jszip": "^3.4.0",
"koa": "^2.11.0",
"koa-body": "^4.1.1",
"koa-mount": "^4.0.0",
"koa-router": "^7.4.0",
"koa-send": "^5.0.0",
"koa-static": "^5.0.0",
"opn": "^5.4.0",
"portfinder": "^1.0.26",
"qr-image": "^3.2.0"
},
"gitHead": "9a1cb892be9795674483e610cc51c2b904b35041"
}