mirror of
https://github.com/openharmony/drivers_framework.git
synced 2026-08-27 02:42:28 -04:00
16ca8cf2b2
update: build.py and NodeTools.py add: hcsPlugin Signed-off-by: zhaojunxia <zhaojunxia@kaihongdigi.com>
17 lines
298 B
JSON
17 lines
298 B
JSON
{
|
|
"name": "wp",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"webpack": "^5.64.4",
|
|
"webpack-cli": "^4.9.1"
|
|
}
|
|
}
|