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

36 lines
788 B
JSON

{
"name": "@hap-toolkit/compiler",
"version": "0.6.15",
"description": "compiler of hap-toolkit",
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
},
"homepage": "",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib/**/*.js"
],
"dependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-transform-template-literals": "^7.2.0",
"@hap-toolkit/shared-utils": "0.6.15",
"css": "^2.2.4",
"css-what": "^2.1.3",
"escodegen": "^1.11.1",
"esprima": "^4.0.1",
"hash-sum": "^1.0.2",
"loader-utils": "^1.2.3",
"parse5": "^3.0.3",
"source-map": "^0.7.3",
"webpack": "^4.29.5"
},
"gitHead": "9ab1ec4ad9d65fccac5f3bad360c96b940a36a65"
}