arkcompiler_ets_runtime/tools/circuit_viewer/package.json
chenxun 39bdd0fe4d Modify by codeCheck
Signed-off-by: chenxun <chenxun@kaihong.com>
2023-07-25 19:52:21 +08:00

22 lines
427 B
JSON

{
"name": "wp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"icon": "images/icon.png",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dist": "npx webpack -c webpack.dist.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"vsce": "^2.11.0"
}
}