-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
40 lines (40 loc) Β· 1012 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
{
"name": "devtocli",
"version": "1.5.0",
"description": "A simple package to let you use Dev.to in Terminal",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sarthology/dev.to-cli.git"
},
"author": "Sarthology",
"license": "MIT",
"bugs": {
"url": "https://github.com/sarthology/dev.to-cli/issues"
},
"homepage": "https://github.com/sarthology/dev.to-cli#readme",
"dependencies": {
"algoliasearch": "^3.32.0",
"chalk": "^2.4.2",
"cheerio": "^1.0.0-rc.2",
"clui": "^0.3.6",
"commander": "^2.19.0",
"didyoumean": "^1.2.1",
"esc-exit": "^2.0.1",
"inquirer": "^6.2.1",
"inquirer-autocomplete-prompt": "^1.0.1",
"node-banner": "^1.3.2",
"open": "^6.4.0",
"proxy-agent": "^3.1.0",
"x-ray": "^2.3.4"
},
"devDependencies": {
"eslint": "^5.12.1",
"eslint-plugin-prettier": "^3.0.1",
"prettier": "^1.16.1"
},
"preferGlobal": true,
"bin": {
"devto": "src/index.js"
}
}