mirror of
https://github.com/OBKoro1/autoCommit.git
synced 2024-11-05 10:09:29 +08:00
23 lines
515 B
JSON
23 lines
515 B
JSON
{
|
|
"name": "autocommit",
|
|
"version": "1.0.0",
|
|
"description": "自动commit工具",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/OBKoro1/autoCommit.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/OBKoro1/autoCommit/issues"
|
|
},
|
|
"homepage": "https://github.com/OBKoro1/autoCommit#readme",
|
|
"dependencies": {
|
|
"moment": "^2.24.0"
|
|
}
|
|
}
|