-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.08 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
47
48
{
"name": "cornell",
"version": "1.6.4",
"description": "CLI for Cornell University",
"main": "src/index.js",
"bin": {
"cornell": "./bin/cornell",
"cslink": "./bin/cslink"
},
"scripts": {
"lint": "npx eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/mrkev/cornell.git"
},
"keywords": [
"cornell",
"big",
"red",
"cli"
],
"author": "Kevin Chavez <[email protected]> (http://thatkevin.tk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrkev/cornell/issues"
},
"homepage": "https://github.com/mrkev/cornell",
"dependencies": {
"@types/strip-ansi": "^5.2.1",
"chalk": "^3.0.0",
"commander": "^4.0.1",
"csv-parse": "^4.2.0",
"custom-human-time": "^1.0.3",
"inquirer": "^7.0.1",
"inquirer-autocomplete-prompt": "^1.0.1",
"opener": "^1.5.1",
"plant.js": "0.0.0",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"strip-ansi": "^6.0.0",
"update-notifier": "^3.0.1",
"word-wrap": "^1.2.3"
},
"devDependencies": {
"eslint": "^6.8.0"
}
}