forked from RanvierMUD/ranviermud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 925 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
{
"name": "whispermud-main",
"version": "0.0.1",
"engines": {
"node": ">= 10.12.0"
},
"license": "MIT",
"scripts": {
"start": "node ./whispermud -v",
"init": "node ./util/init-bundles.js",
"update-bundle-remote": "node ./util/update-bundle-url.js",
"remove-bundle": "node ./util/remove-bundle.js",
"install-bundle": "node ./util/install-bundle.js"
},
"dependencies": {
"commander": "^2.19.0",
"optimist": "",
"whispermud-core": "drunkenimpgamestudio/whispermud-core",
"whispermud-datasource": "drunkenimpgamestudio/whispermud-datasource",
"semver": "^5.6.0",
"sprintf-js": "^1.0.3",
"sty": "",
"uuid": "^3.3.2",
"winston": "^2.4.4",
"@hapi/joi": "^17.1.0",
"indefinite-article": "0.0.2",
"pluralize": "^8.0.0",
"rando-js": "^0.2.0",
"humanize-duration": "^3.14.0"
},
"devDependencies": {
"git-url-parse": "^11.1.2"
}
}