-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 982 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
{
"name": "Command-Line-Interface",
"version": "1.0.0",
"description": "A command line interface for sniffing purposes.",
"main": "cli.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/23subbhashit/Command-Line-Interface.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/23subbhashit/Command-Line-Interface/issues"
},
"homepage": "https://github.com/23subbhashit/Command-Line-Interface#readme",
"dependencies": {
"@octokit/auth-basic": "^1.4.6",
"@octokit/rest": "^18.0.6",
"chalk": "^4.1.0",
"chalk-animation": "^1.6.0",
"clear": "^0.1.0",
"clui": "^0.3.6",
"configstore": "^5.0.1",
"figlet": "^1.5.0",
"inquirer": "^7.3.3",
"lodash": "^4.17.20",
"minimist": "^1.2.5",
"simple-git": "^2.21.0",
"touch": "^3.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.2.1"
}
}