-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.54 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "mb-action-create-mcworld",
"version": "1.21.44",
"description": "The github action that will create a mcworld in a given respository",
"main": "out/source/action.js",
"scripts": {
"compile": "tsc -b && npx ncc build",
"watch": "tsc -w",
"test": "npx jest --runInBand --detectOpenHandles --colors --verbose --reporters=default",
"preversion": "",
"postversion": "git push && git push --tags",
"version": "git add -A source"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Blockception/MB-Action-Create-MCWorld.git"
},
"keywords": [
"Github",
"action",
"github-action",
"Minecraft",
"bedrock",
"mcworld",
"zip"
],
"author": "Blockception Ltd",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Blockception/MB-Action-Create-MCWorld/issues"
},
"homepage": "https://github.com/Blockception/MB-Action-Create-MCWorld#readme",
"devDependencies": {
"@eslint/js": "^9.16.0",
"@types/adm-zip": "^0.5.7",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.1",
"eslint": "^9.16.0",
"eslint-plugin-jest": "^28.9.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@types/archiver": "^6.0.2",
"@vercel/ncc": "^0.38.3",
"adm-zip": "^0.5.16",
"comment-json": "^4.2.5",
"fast-glob": "^3.3.2"
}
}