-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 831 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 831 Bytes
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
{
"name": "wikidocumentaries-topic-search-api",
"version": "0.0.1",
"description": "Provide access to Mediawiki APIs that require custom User-Agent header",
"main": "rest.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --icu-data-dir=node_modules/full-icu rest.js",
"dev": "nodemon --exec npm start"
},
"repository": {
"type": "git",
"url": "https://github.com/Wikidocumentaries/wikidocumentaries-topic-search-api"
},
"author": "Erno Mäkinen (ernoma@gmail.com)",
"license": "GPL-2.0-or-later",
"dependencies": {
"@turf/turf": "^5.1.6",
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.2",
"express": "^4.16.3",
"full-icu": "^1.5.0"
},
"devDependencies": {
"nodemon": "^1.18.3"
},
"engines": {
"node": ">= 8.11.3"
}
}