forked from msikma/bwpreview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 866 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
{
"name": "bwpreview",
"version": "0.1.0",
"description": "Utility for generating preview images of StarCraft: Brood War and Remastered maps",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"index.js",
"license.md",
"package.json",
"readme.md",
"/cli",
"/lib",
"/resources"
],
"author": "",
"license": "MIT",
"engines": {
"node": ">=15"
},
"bin": {
"bwpreview": "cli/index.js"
},
"keywords": [
"StarCraft",
"StarCraft: Remastered",
"StarCraft: Brood War"
],
"dependencies": {
"argparse": "^2.0.1",
"bw-chk": "^1.3.0",
"fast-glob": "^3.2.11",
"filenamify": "^4.3.0",
"filesize": "^8.0.7",
"lodash.pick": "^4.4.0",
"scm-extractor": "^1.0.6",
"sctoolsdata": "^0.1.4",
"sharp": "^0.30.3"
}
}