-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.14 KB
/
package.json
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
39
40
41
42
43
44
45
46
{
"name": "git-date-change",
"version": "1.1.1",
"main": "src/bin.js",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/Him7n/git-date-change/"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/bin.js"
},
"author": "Himanshu Sharma <[email protected]>",
"keywords": [
"git",
"date"
],
"license": "MIT",
"description": "A module for changing git commit dates with Lines of Changes Calculation",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.20",
"@mui/x-date-pickers": "^7.7.1",
"chalk-animation": "^2.0.3",
"cli-table": "^0.3.11",
"colors": "^1.4.0",
"fzf": "^0.5.2",
"inquirer": "^9.2.23",
"inquirer-date-prompt": "^3.0.0",
"inquirer-file-tree-selection-prompt": "^2.0.5",
"minimist": "^1.2.8",
"moment": "^2.30.1",
"path": "^0.12.7",
"prompt": "^1.3.0"
},
"devDependencies": {
"@types/inquirer": "^9.0.7",
"@types/node": "^20.14.9",
"typescript": "^5.5.2"
},
"bin": {
"git-date-change": "src/bin.js"
}
}