-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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
42
{
"name": "@mithray/zeromod",
"version": "0.0.101",
"description": "A Collection of Different features all put into separate mods.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"zeromod": "bin/zeromod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mithrayls/0ad_realism.git"
},
"keywords": [],
"author": "mithrayls <[email protected]> (https://mithrayls.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mithrayls/zeromod/issues"
},
"homepage": "https://github.com/mithrayls/zeromod#readme",
"dependencies": {
"@hapi/joi": "^17.1.1",
"@mithray/fcli": "0.0.11",
"ansi-colors": "^4.1.1",
"change-case": "^4.1.1",
"commander": "^6.0.0",
"deepmerge": "^4.2.2",
"fast-xml-parser": "^3.17.4",
"inquirer": "^7.3.3",
"js-yaml": "^3.14.0",
"mkdirp": "^1.0.4",
"nested-property": "^2.0.2",
"node-fetch": "^2.6.0",
"pretty": "^2.0.0",
"readdirp": "^3.4.0",
"safe-eval": "^0.4.1",
"wikijs": "^6.0.1",
"yaml": "^1.10.0"
}
}