first commit

This commit is contained in:
2026-09-08 20:28:54 +08:00
commit 2ada8d3d5a
37380 changed files with 4886169 additions and 0 deletions
+53
View File
@@ -0,0 +1,53 @@
{
"name": "@hap-toolkit/packager",
"version": "0.6.13",
"description": "@hap-toolkit/packager",
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"hap-toolkit",
"packager",
"quickapp"
],
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib/**/*.js"
],
"devDependencies": {
"chai": "^4.2.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"sinon": "^7.2.4",
"sinon-chai": "^3.3.0",
"webpack-bundle-analyzer": "^3.5.0",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.3.1",
"@hap-toolkit/compiler": "^0.6.13",
"@hap-toolkit/shared-utils": "^0.6.13",
"aaptjs": "^1.3.1",
"babel-loader": "^8.0.5",
"fs-extra": "^7.0.1",
"hash-sum": "^1.0.2",
"jsrsasign": "^7.2.2",
"jszip": "^3.1.5",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"loader-utils": "^1.2.3",
"moment": "^2.24.0",
"qr-image": "^3.2.0",
"webpack": "^4.29.5"
},
"gitHead": "c5f2e7f25236d50d5ae1493faaec1457e63d1cc1"
}