-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 923 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": "tomate-loaders",
"version": "2.0.2",
"description": "Provides metadata for minecraft modloaders",
"main": "dist/index.js",
"scripts": {
"test": "jest --runInBand",
"prepare": "tsc"
},
"files": [
"dist"
],
"keywords": [
"minecraft",
"mclc",
"fabric",
"forge",
"quilt",
"neoforge"
],
"author": "Tomate0613",
"repository": {
"type": "git",
"url": "git+https://github.com/doublekekse/tomate-loaders.git"
},
"bugs": {
"url": "https://github.com/Tomate0613/tomate-loaders/issues"
},
"license": "MIT",
"dependencies": {
"@types/xml2js": "^0.4.14",
"axios": "^1.7.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.11.25",
"jest": "^29.7.0",
"minecraft-launcher-core": "^3.18.1",
"tomate-mods": "github:doublekekse/tomate-mods",
"ts-jest": "^29.1.2"
}
}