-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 735 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 735 Bytes
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
{
"name": "mapslicer-cli",
"version": "2.0.1",
"description": "Timberborn map slicer tool",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": "./index.js",
"directories": {
"img": "img"
},
"author": "battery_smooth",
"repository": {
"type": "git",
"url": "https://github.com/BatterySmooth/MapSlicer-CLI"
},
"homepage": "https://github.com/BatterySmooth/MapSlicer-CLI#readme",
"license": "MIT",
"dependencies": {
"adm-zip": "^0.5.10",
"chalk": "^5.2.0",
"chalk-animation": "^2.0.3",
"gradient-string": "^2.0.2",
"inquirer": "^9.1.5",
"nanospinner": "^1.1.0",
"windows-shortcuts": "^0.1.6"
}
}