24 Star 2 Fork 0

openKylin/ide-extension-dependency

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.18 KB
一键复制 编辑 原始数据 按行查看 历史
bluesky 提交于 2023-09-11 13:43 . 修改复选框边框颜色
{
"name": "extension-dependency",
"displayName": "extension dependency",
"description": "Extension dependency management",
"version": "0.2.4",
"publisher": "KylinIDETeam",
"license":"MIT",
"engines": {
"vscode": "^1.68.0"
},
"icon": "static/extlogo2.png",
"repository": {
"type": "git",
"url": "https://gitee.com/openkylin/ide-extension-dependency/"
},
"keywords": [
"KylinIdeDev",
"KylinIdeDevExtensionManager"
],
"downloadUrl": "https://gitee.com/openkylin/extensions-repo/tree/master/KylinIDETeam/extension-dependency/",
"categories": [
"Other"
],
"activationEvents": [
"onCommand:InstDep.detail"
],
"main": "./build/extension.js",
"contributes": {
"commands": [
{
"command": "InstDep.detail",
"title": "%language.InstDepDetail%"
}
],
"configuration": {
"title": "extension dependency",
"properties": {
"InstDep.dpkgPath": {
"type": "string",
"default": "dpkg",
"description": "%language.dpkgPath%"
},
"InstDep.aptgetPath": {
"type": "string",
"default": "apt-get",
"description": "%language.apt-getPath%"
},
"InstDep.aptcachePath": {
"type": "string",
"default": "apt-cache",
"description": "%language.apt-cachePath%"
},
"InstDep.archPath": {
"type": "string",
"default": "arch",
"description": "%language.archPath%"
},
"InstDep.rpmPath": {
"type": "string",
"default": "rpm",
"description": "%language.rpmPath%"
},
"InstDep.yumPath": {
"type": "string",
"default": "yum",
"description": "%language.yumPath%"
}
}
}
},
"scripts": {
"vscode:prepublish": "yarn run compile",
"watch": "tsc -watch -p ./",
"compile": "yarn run compile-web && yarn run compile-main",
"compile-web": "echo --------- Building web project && cd web && yarn install && yarn run build && cd .. ",
"compile-main": "echo --------- Building main project && yarn install && webpack",
"watchwebpack": "webpack --watch",
"package": "webpack --mode production --devtool hidden-source-map && ./node_modules/.bin/vsce package",
"pretest": "yarn run compile && yarn run lint",
"lint": "eslint src --ext ts"
},
"dependencies": {
"@types/async-lock": "^1.1.3",
"@types/fs-extra": "^9.0.13",
"@types/md5": "^2.3.2",
"@types/semver": "^7.3.12",
"@types/xml2js": "^0.4.9",
"async-lock": "^1.3.0",
"autoprefixer": "^9",
"await-lock": "^2.2.2",
"core-js": "^3.6.5",
"fs-extra": "^10.0.0",
"generator-code": "^1.6.5",
"lodash": "^4.17.21",
"md5": "^2.2.1",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/lodash": "^4.14.187",
"@types/mocha": "^9.1.0",
"@types/node": "14.x",
"@types/vscode": "^1.54.0",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@vscode/test-electron": "^2.1.2",
"eslint": "^8.9.0",
"glob": "^7.2.0",
"mocha": "^9.2.1",
"semver": "^7.3.8",
"ts-loader": "^9.4.1",
"typescript": "^4.5.5",
"vsce": "^2.11.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openkylin/ide-extension-dependency.git
git@gitee.com:openkylin/ide-extension-dependency.git
openkylin
ide-extension-dependency
ide-extension-dependency
master

搜索帮助