-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.49 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
49
50
51
52
53
54
55
56
57
{
"name": "codeforces-cli",
"version": "1.0.0",
"description": "CLI for using codeforces with your terminal",
"main": "index.js",
"bin": {
"cftool": "bin/cftool.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Vishisht Priyadarshi",
"license": "MIT",
"dependencies": {
"async": "^3.2.0",
"await-to-js": "^2.1.1",
"axios": "^0.21.2",
"blessed": "^0.1.81",
"blessed-contrib": "^4.8.20",
"boxen": "^4.2.0",
"chalk": "^4.0.0",
"cheerio": "^1.0.0-rc.3",
"cli-check-node": "^1.3.0",
"cli-handle-error": "^4.4.0",
"cli-handle-unhandled": "^1.1.0",
"cli-table2": "^0.2.0",
"cli-welcome": "^2.2.0",
"colors": "^1.4.0",
"comma-number": "^2.0.1",
"commander": "^5.1.0",
"configstore": "^5.0.1",
"figlet": "^1.4.0",
"inquirer": "^7.1.0",
"jsonfile": "^6.0.1",
"lodash": "^4.17.21",
"log-symbols": "^4.0.0",
"moment": "^2.29.2",
"ora": "^4.0.4",
"qs": "^6.9.4",
"request": "^2.88.2",
"tough-cookie-file-store": "^2.0.2",
"tough-cookie-filestore": "0.0.1",
"update-check": "^1.5.4"
},
"directories": {
"lib": "lib",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vishishtpriyadarshi/codeforces-terminal.git"
},
"bugs": {
"url": "https://github.com/vishishtpriyadarshi/codeforces-terminal/issues"
},
"homepage": "https://github.com/vishishtpriyadarshi/codeforces-terminal#readme"
}