-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1011 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
38
39
40
41
42
43
{
"name": "@massif/sotw-data",
"version": "1.0.2",
"description": "Player-facing COMP/CON data from 'Shadow of the Wolf', a campaign for the LANCER TTRPG",
"main": "index.js",
"scripts": {
"build": "node ./scripts/build.js",
"cleanup": "node ./scripts/cleanup.js",
"test": "node ./scripts/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/massif-press/sotw-data.git"
},
"directories": {
"lib": "lib"
},
"author": "Massif Press",
"license": "GPL-3.0-or-later",
"devDependencies": {
"zip-lib": "^0.7.3"
},
"keywords": [
"lancer",
"sotw",
"shadowofthewolf",
"compcon",
"comp/con",
"lancerrpg",
"massif"
],
"bugs": {
"url": "https://github.com/massif-press/sotw-data/issues"
},
"homepage": "https://github.com/massif-press/sotw-data#readme",
"dependencies": {
"buffer-crc32": "^0.2.13",
"pend": "^1.2.0",
"fd-slicer": "^1.1.0",
"yauzl": "^2.10.0",
"yazl": "^2.5.1"
}
}