-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 886 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
{
"name": "cmsh",
"version": "1.0.3",
"description": "Tool to define shorthand for your frequently used and tediously long commands",
"main": "command.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": "command.js",
"repository": {
"type": "git",
"url": "git+https://github.com/AdityaHirapara/cmd-shortener.git"
},
"bugs": {
"url": "https://github.com/AdityaHirapara/cmd-shortener/issues"
},
"homepage": "https://github.com/AdityaHirapara/cmd-shortener#readme",
"author": "AdityaHirapara",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.1",
"commander": "^2.19.0",
"exec-sh": "^0.3.2",
"inquirer": "^6.2.0",
"mkdirp": "^0.5.1"
},
"keywords": [
"command",
"command-shortener",
"shortener",
"terminal",
"shell",
"cli",
"command-line",
"utility"
]
}