-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 881 Bytes
/
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
{
"name": "emojigit",
"version": "1.5.4",
"description": "A cli tool built using nodejs",
"main": "src/index.js",
"scripts": {
"lint": "eslint src/"
},
"bin": {
"emojigit": "src/index.js"
},
"author": "Yatharth Verma",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/yatharth1706/emojigit.git"
},
"dependencies": {
"chalk": "^4.0.0",
"execa": "^4.0.2",
"inquirer": "^7.1.0",
"inquirer-maxlength-input-prompt": "^1.0.0",
"meow": "^7.0.1",
"node-fetch": "^2.6.0",
"ora": "^4.0.4"
},
"keywords": [
"emojigit",
"emojis",
"yatharth",
"commit",
"commit with emojis",
"emojisingit",
"git emojis",
"git commit"
],
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.21.1"
}
}