-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
37 lines (37 loc) · 942 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": "minecraft-wiki-extractor",
"version": "0.2.1",
"description": "Extract structured data from the minecraft wiki",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec",
"fix": "standard --fix"
},
"dependencies": {
"async": "^3.2.0",
"canvas": "^2.7.0",
"fuzzysort": "^1.1.4",
"lua.vm.js": "^0.0.1",
"minecraft-data": "^2.79.0",
"parse-wikitext": "^1.0.0"
},
"devDependencies": {
"mocha": "^10.0.0",
"standard": "^17.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PrismarineJS/minecraft-wiki-extractor.git"
},
"keywords": [
"minecraft",
"wiki",
"extractor"
],
"author": "Romain Beaumont <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/PrismarineJS/minecraft-wiki-extractor/issues"
},
"homepage": "https://github.com/PrismarineJS/minecraft-wiki-extractor#readme"
}