@luozhu/create-vscode-webview
Version:
Create vscode extension with webview
61 lines (60 loc) • 1.43 kB
JSON
{
"name": "@luozhu/create-vscode-webview",
"version": "0.7.7",
"description": "Create vscode extension with webview",
"keywords": [
"vscode",
"umijs",
"webview",
"luozhu"
],
"files": [
"lib",
"template"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"bin": {
"create-vscode-webview": "./bin/cli.js"
},
"scripts": {
"prebuild": "rimraf lib",
"build": "tsc",
"dev": "yarn build -w"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/youngjuning/luozhu.git",
"directory": "packages/create-vscode-webview"
},
"author": {
"name": "洛竹",
"email": "youngjuning@aliyun.com",
"url": "https://youngjuning.js.org"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/youngjuning/luozhu/issues"
},
"homepage": "https://github.com/youngjuning/luozhu/tree/main/packages/create-vscode-webview#readme",
"dependencies": {
"@luozhu/node": "^0.0.3",
"@luozhu/template-generator": "^0.4.3",
"chalk": "^4.1.1",
"commander": "^8.0.0",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"inquirer": "^8.1.2",
"ora": "^5.4.1",
"tmp-promise": "^3.0.2"
},
"devDependencies": {
"@types/fs-extra": "^9.0.12",
"@types/inquirer": "^7.3.3",
"@types/ora": "^3.2.0"
},
"gitHead": "f3d6bad4f914fc1d2ca4bc633ed5197dee99fa49"
}