@hap-toolkit/packager
Version:
@hap-toolkit/packager
70 lines (69 loc) • 1.66 kB
JSON
{
"name": "@hap-toolkit/packager",
"version": "2.0.5",
"description": "@hap-toolkit/packager",
"engines": {
"node": ">=14.0.0"
},
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"exports": {
".": {
"import": "./lib/index.js",
"require": "./lib/index.js"
},
"./*": {
"import": "./*",
"require": "./*"
}
},
"keywords": [
"hap-toolkit",
"packager",
"quickapp"
],
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib/**/*.js",
"lib/signature/pem/*",
"babel.config.js",
"babel.tree.config.js"
],
"dependencies": {
"@aiot-toolkit/card-expression": "^1.0.15",
"@babel/core": "^7.9.6",
"@babel/generator": "^7.9.6",
"@babel/parser": "^7.9.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-modules-commonjs": "^7.21.5",
"@babel/traverse": "^7.9.6",
"@babel/types": "^7.9.6",
"@hap-toolkit/aaptjs": "^2.0.0",
"@hap-toolkit/compiler": "2.0.5",
"@hap-toolkit/shared-utils": "2.0.5",
"@jayfate/path": "^0.0.13",
"babel-loader": "^8.1.0",
"flat": "^5.0.2",
"fs-extra": "^10.0.0",
"glob": "^7.1.6",
"hash-sum": "^1.0.2",
"hybrid-chai": "0.0.1",
"hybrid-mocha": "^0.1.0",
"jsrsasign": "^7.2.2",
"jszip": "^3.4.0",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"loader-utils": "2.0.2",
"moment": "^2.25.3",
"qr-image": "^3.2.0",
"resolve": "^1.22.2",
"webpack": "5.72.0",
"webpack-bundle-analyzer": "^3.5.0"
},
"gitHead": "ca1ba4866006c7e89278192f28d601cb101dbb8c"
}