-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 1.64 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "spellcast",
"version": "0.50.0",
"description": "Make your own adventure!",
"main": "lib/Book.js",
"engines": {
"node": ">=16.13.0"
},
"directories": {
"test": "test"
},
"bin": {
"spellcast": "./bin/spellcast"
},
"dependencies": {
"@cronvel/minimatch": "^3.0.2",
"babel-tower": "^0.21.3",
"book-source": "^0.3.5",
"book-source-quickmarkup-renderer": "^0.2.1",
"doormen": "^0.15.5",
"exm": "^0.5.12",
"fs-kit": "^0.6.5",
"glob": "^7.2.3",
"hash-kit": "^0.3.10",
"jsbindat": "^0.10.3",
"kung-fig": "^0.67.2",
"kung-fig-expression": "^0.49.1",
"lazyness": "^1.2.0",
"logfella": "^2.0.2",
"math-kit": "^0.16.25",
"nextgen-events": "^1.5.3",
"nomi-ninja": "^0.2.5",
"semver": "^7.6.2",
"server-kit": "^0.10.2",
"seventh": "^0.9.2",
"spellcast-shared": "^0.50.12",
"string-kit": "^0.18.2",
"svg-kit": "^0.5.1",
"terminal-kit": "^3.1.1",
"tree-kit": "^0.8.7",
"utterminal": "^0.7.0"
},
"scripts": {
"test": "tea-time -R dot -O"
},
"repository": {
"type": "git",
"url": "https://github.com/cronvel/spellcast.git"
},
"keywords": [
"gamebook",
"roleplay",
"scenario",
"visual",
"novel",
"choose",
"choice",
"adventure",
"script",
"spellcast"
],
"author": "Cédric Ronvel",
"license": "MIT",
"bugs": {
"url": "https://github.com/cronvel/spellcast/issues"
},
"config": {
"tea-time": {
"coverDir": [
"lib"
]
}
},
"copyright": {
"title": "Spellcast",
"years": [
2014,
2021
],
"owner": "Cédric Ronvel"
}
}