1 Star 0 Fork 0

JackieZheng/WeReadForVSCode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.56 KB
一键复制 编辑 原始数据 按行查看 历史
JackyZheng 提交于 2020-08-19 15:43 . update
{
"name": "WeReadForVSCodeJackieZheng",
"repository": {
"type": "git",
"url": "https://github.com/JackieZheng/WeReadForVSCode.git"
},
"displayName": "WeReadForVSCode",
"description": "WeRead for VSCode 微信读书 VSCode 插件",
"version": "0.1.0",
"author": {
"name": "JackieZheng"
},
"publisher": "JackieZheng",
"engines": {
"vscode": "^1.48.0"
},
"categories": [
"Other", "Keymaps", "Language Packs", "Extension Packs"
],
"keywords": ["vscode", "plugin", "webView", "weread", "view in browser"],
"icon": "Images/icon.png",
"activationEvents": [
"onCommand:WeReadForVSCodeJackieZheng.Start"
],
"main": "./extension.js",
"contributes": {
"commands": [{
"command": "WeReadForVSCodeJackieZheng.Start",
"title": "Start",
"category": "WeRead",
"icon": {
"light": "Images/icon.svg",
"dark": "Images/icon.svg"
}
}],
"keybindings": [{
"command": "WeReadForVSCodeJackieZheng.Start",
"key": "ctrl+f3",
"mac": "cmd+f3"
}]
},
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/JackieZheng/WeReadForVSCode/issues",
"email": "zhengxinzhe@jackyzheng.uu.me"
},
"homepage": "https://github.com/JackieZheng/WeReadForVSCode/blob/master/README.md",
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "node ./test/runTest.js"
},
"devDependencies": {
"@types/vscode": "^1.48.0",
"@types/glob": "^7.1.3",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.27",
"eslint": "^7.6.0",
"glob": "^7.1.6",
"mocha": "^8.0.1",
"typescript": "^3.8.3",
"vscode-test": "^1.4.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/JackieZheng/WeReadForVSCode.git
git@gitee.com:JackieZheng/WeReadForVSCode.git
JackieZheng
WeReadForVSCode
WeReadForVSCode
master

搜索帮助