1 Star 0 Fork 0

午后阳光的茶/oneTalk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
午后阳光的茶 提交于 2022-01-13 17:44 +08:00 . 更新部分文件
{
"name": "onetalk",
"displayName": "oneTalk",
"description": "每日一句",
"version": "0.1.0",
"publisher": "tineaine",
"engines": {
"vscode": "^1.63.0"
},
"categories": [
"Other"
],
"activationEvents": [
"*",
"onCommand:onetalk.talk"
],
"main": "./dist/extension.js",
"contributes": {
"commands": [
{
"command": "onetalk.talk",
"title": "talk"
}
]
},
"scripts": {
"vscode:prepublish": "npm run package",
"compile": "webpack",
"watch": "webpack --watch",
"package": "webpack --mode production --devtool hidden-source-map",
"test-compile": "tsc -p ./",
"test-watch": "tsc -watch -p ./",
"pretest": "npm run test-compile && npm run lint",
"lint": "eslint src --ext ts",
"test": "node ./out/test/runTest.js"
},
"devDependencies": {
"@types/glob": "^7.1.3",
"@types/mocha": "^8.2.2",
"@types/node": "14.x",
"@types/vscode": "^1.63.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"eslint": "^7.27.0",
"glob": "^7.1.7",
"mocha": "^8.4.0",
"ts-loader": "^9.2.2",
"typescript": "^4.3.2",
"vscode-test": "^1.5.2",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0"
},
"dependencies": {
"axios": "^0.24.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ainer/one-talk.git
git@gitee.com:ainer/one-talk.git
ainer
one-talk
oneTalk
master

搜索帮助