-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1006 Bytes
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1006 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
39
40
41
42
43
44
45
46
{
"name": "fcommit",
"description": "helps you commit your code in one line rather than three",
"version": "1.4.0",
"license": "MIT",
"bin": {
"fcommit": "index.js"
},
"author": {
"name": "shikhar13012001",
"email": "ishgupta2015@gmail.com",
"url": "https://portfolio-shikhar13012001.vercel.app/"
},
"keywords": [
"git-commit-helper",
"shikhar13012001",
"fast commit ",
"fcommit",
"fct"
],
"files": [
"index.js",
"utils",
"templates"
],
"scripts": {
"format": "prettier --write \"./**/*.{js,json}\"",
"deploy": "np",
"test": "echo \"No test specified\""
},
"dependencies": {
"axios": "^0.27.2",
"chalk": "^4.1.2",
"cli-alerts": "^1.2.2",
"cli-handle-error": "^4.4.0",
"cli-handle-unhandled": "^1.1.1",
"cli-meow-help": "^3.1.0",
"cli-table": "^0.3.11",
"cli-welcome": "^2.2.2",
"inquirer": "^9.1.1",
"meow": "^9.0.0"
},
"devDependencies": {
"prettier": "^2.7.1"
}
}