-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 977 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": "pack-format",
"version": "1.4.0",
"description": "Returns the pack_format of any Minecraft version, including snapshots",
"scripts": {
"prepublish": "tsc",
"test": "tsc && node test/test"
},
"keywords": [
"minecraft",
"resourcepack",
"resource pack",
"datapack",
"data pack",
"pack format"
],
"main": "dist/index.js",
"bin": {
"pack-format": "bin/index.js"
},
"files": [
"bin/",
"dist/"
],
"engines": {
"node": ">=12",
"npm": "<9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nixinova/pack-format.git"
},
"author": "Nixinova (https://nixinova.com)",
"bugs": {
"url": "https://github.com/Nixinova/pack-format/issues"
},
"license": "ISC",
"devDependencies": {
"@types/node": "ts5.0",
"typescript": "~5.0.4 <5.1"
}
}