-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
45 lines (45 loc) · 1.27 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
43
44
45
{
"name": "workshopper-adventure",
"version": "7.0.0",
"description": "A terminal workshop runner framework (adventure compatible)",
"main": "./index.js",
"author": "Martin Heidegger <[email protected]> (https://github.com/martinheidegger)",
"repository": {
"type": "git",
"url": "https://github.com/workshopper/workshopper-adventure.git"
},
"license": "MIT",
"dependencies": {
"after": "^0.8.2",
"chalk": "^3.0.0",
"colors-tmpl": "~1.0.0",
"combined-stream-wait-for-it": "^1.1.0",
"commandico": "^2.0.4",
"i18n-core": "^3.0.0",
"latest-version": "^5.1.0",
"msee": "^0.3.5",
"simple-terminal-menu": "^2.0.0",
"split": "^1.0.0",
"string-to-stream": "^3.0.1",
"strip-ansi": "^6.0.0",
"through2": "^3.0.1",
"workshopper-adventure-storage": "^3.0.0"
},
"bugs": {
"url": "https://github.com/workshopper/workshopper-adventure/issues"
},
"homepage": "https://github.com/workshopper/workshopper-adventure",
"directories": {
"example": "examples"
},
"devDependencies": {
"sinon": "^9.0.1",
"standard": "^14.3.1",
"standard-version": "^8.0.1",
"tape": "^4.13.0"
},
"scripts": {
"test": "standard && tape test/**/*",
"release": "./node_modules/.bin/standard-version"
}
}