mirror of
https://github.com/OBKoro1/autoCommit.git
synced 2024-11-05 10:09:29 +08:00
72 lines
1.6 KiB
JSON
72 lines
1.6 KiB
JSON
{
|
|
"name": "autoCommit",
|
|
"displayName": "autoCommit",
|
|
"description": "自动提交commit到github",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"build": "vsce package",
|
|
"vscode:prepublish": "webpack --mode production",
|
|
"compile": "webpack --mode none",
|
|
"watch": "webpack --mode none --watch",
|
|
"pretest": "npm run compile",
|
|
"postinstall": "node ./node_modules/vscode/bin/install",
|
|
"test": "yarn run compile && node ./node_modules/vscode/bin/test"
|
|
},
|
|
"engines": {
|
|
"vscode": "^1.40.0"
|
|
},
|
|
"categories": [
|
|
"Other"
|
|
],
|
|
"activationEvents": [
|
|
"onCommand:extension.autoCommit"
|
|
],
|
|
"main": "./dist/extension.js",
|
|
"contributes": {
|
|
"commands": [
|
|
{
|
|
"command": "extension.autoCommit",
|
|
"title": "Github自动提交 autoCommit",
|
|
"category": "Github自动提交 autoCommit"
|
|
}
|
|
]
|
|
},
|
|
"keywords": [
|
|
"vscode korofileheader",
|
|
"korofileheader",
|
|
"annotation",
|
|
"comment",
|
|
"vscode comment",
|
|
"vscode annotation",
|
|
"vscode 注释",
|
|
"vscode 文件头部注释",
|
|
"注释",
|
|
"文件注释",
|
|
"头部注释",
|
|
"函数注释",
|
|
"fileheader",
|
|
"vscode-fileheader",
|
|
"Document This",
|
|
"obkoro1",
|
|
"koro1"
|
|
],
|
|
"devDependencies": {
|
|
"@types/glob": "^7.1.1",
|
|
"@types/mocha": "^5.2.7",
|
|
"@types/node": "^12.11.7",
|
|
"@types/vscode": "^1.41.0",
|
|
"copy-webpack-plugin": "^5.1.1",
|
|
"glob": "^7.1.5",
|
|
"mocha": "^6.2.2",
|
|
"ts-loader": "^6.2.1",
|
|
"tslint": "^5.20.0",
|
|
"typescript": "^3.6.4",
|
|
"vscode": "^1.1.36",
|
|
"webpack": "^4.41.4",
|
|
"webpack-cli": "^3.3.10"
|
|
},
|
|
"dependencies": {
|
|
"moment": "^2.24.0"
|
|
}
|
|
}
|