forked from Rostlab/JS16_ProjectA
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "got-api",
"version": "0.0.2",
"description": "This package provides an api that scrapes data from a wiki",
"main": "app.js",
"author": "https://got.show/about",
"license": "ISC",
"private": true,
"homepage": "https://github.com/got-show/got.data",
"bugs": {
"url": "https://github.com/got-show/got.data/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/got-show/got.data.git"
},
"engines": {
"node": ">= 10.15.0"
},
"dependencies": {
"body-parser": "~1.18.3",
"cheerio": "~1.0.0-rc.2",
"cors": "~2.8.5",
"express": "~4.16.4",
"jsonfile": "~5.0.0",
"mongoose": "~5.4.21",
"mwbot": "~1.0.10",
"request": "~2.88.0",
"request-promise": "~4.2.4",
"uuid": "~3.3.2",
"jimp": "~0.6.1",
"colors": "~1.3.3",
"console-stamp": "~3.0.0-rc1.1"
},
"scripts": {
"start": "node app.js",
"refill": "node scripts/refill.js",
"update": "node scripts/update.js",
"safeupdate": "node scripts/safeupdate.js"
}
}