-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.53 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.53 KB
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.45",
"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": "^10.0.1",
"@types/adm-zip": "^0.5.8",
"@types/eslint__js": "^9.14.0",
"@types/jest": "^30.0.0",
"@types/node": "^25.5.0",
"eslint": "^10.2.0",
"eslint-plugin-jest": "^29.15.2",
"jest": "^30.3.0",
"ts-jest": "^29.4.6",
"ts-loader": "^9.5.4",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.58.2"
},
"dependencies": {
"@actions/core": "^2.0.2",
"@types/archiver": "^7.0.0",
"@vercel/ncc": "^0.38.4",
"adm-zip": "^0.5.17",
"comment-json": "^5.0.0",
"fast-glob": "^3.3.3"
}
}