-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 890 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
{
"name": "mcdevs-wiki-extractor",
"version": "0.2.0",
"description": "Extract structured data from the mcdevs wiki",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"dependencies": {
"async": "^2.6.1",
"pandoc-filter": "^1.0.0",
"pdc": "^0.2.3",
"ramda": "^0.30.1",
"parse-wikitext": "^1.0.0"
},
"devDependencies": {
"mocha": "^10.0.0",
"standard": "^17.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PrismarineJS/mcdevs-wiki-extractor.git"
},
"keywords": [
"mcdevs",
"wiki",
"extractor",
"structured",
"data"
],
"author": "Romain Beaumont <romain.rom1@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/PrismarineJS/mcdevs-wiki-extractor/issues"
},
"homepage": "https://github.com/PrismarineJS/mcdevs-wiki-extractor#readme"
}