-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 798 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "lazycommits",
"version": "1.1.3",
"type": "module",
"main": "src/index.js",
"bin": {
"deep": "src/index.js"
},
"scripts": {
"start": "node src/index.js",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"jest": {
"transform": {}
},
"keywords": [
"git",
"automation",
"lazy",
"commits",
"stealth",
"human-like"
],
"author": "Deeptanu Bhunia",
"license": "ISC",
"description": "A human-like git automation tool that batches commits and respects daily limits.",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.0.0",
"inquirer": "^12.11.1",
"lazycommits": "^1.0.0",
"ora": "^8.0.0",
"simple-git": "^3.22.0"
},
"devDependencies": {
"jest": "^30.2.0"
}
}