Files
2026-09-08 20:28:54 +08:00

41 lines
867 B
JSON

{
"name": "@hap-toolkit/server",
"version": "0.6.13",
"description": "hap 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}"
],
"dependencies": {
"@babel/runtime": "^7.3.1",
"@hap-toolkit/debugger": "^0.6.13",
"@hap-toolkit/packager": "^0.6.13",
"@hap-toolkit/shared-utils": "^0.6.13",
"jszip": "^3.2.0",
"koa": "^2.7.0",
"koa-body": "^4.0.8",
"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.20",
"qr-image": "^3.2.0"
},
"gitHead": "c5f2e7f25236d50d5ae1493faaec1457e63d1cc1"
}