-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 923 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": "gm-idcr",
"version": "1.0.0",
"description": "",
"main": "scripts/main.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"archiver": "^5.3.1",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.12",
"clear": "^0.1.0",
"inquirer": "^7.3.3",
"markdown-it": "^12.3.2",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"yauzl": "^2.10.0"
},
"devDependencies": {
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"unzip-stream": "^0.3.4"
},
"scripts": {
"start": "node scripts/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rw251/gm-idcr.git"
},
"author": "Richard Williams",
"license": "ISC",
"bugs": {
"url": "https://github.com/rw251/gm-idcr/issues"
},
"homepage": "https://github.com/rw251/gm-idcr#readme"
}