-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.33 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.33 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
{
"name": "@akiojin/unity-bulid-github-action",
"version": "3.9.21",
"description": "This action builds Unity and outputs ipa for iOS and apk/aab for Android.",
"main": "dist/index.js",
"scripts": {
"build": "npm install && ncc build src/main.ts --license licenses.txt",
"clean": "rimraf dist && rimraf node_modules && npm cache clean --force",
"dist-clean": "rimraf dist",
"release": "bash ./publish.sh",
"pre-release": "bash ./publish.sh prerelease",
"update": "bash ./update.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/akiojin/unity-build-github-action.git"
},
"keywords": [
"Unity",
"Unity3d"
],
"author": "Akio Jinsenji <akio-jinsenji@cloud-creative-studios.com> (https://github.com/akiojin)",
"license": "MIT",
"bugs": {
"url": "https://github.com/akiojin/unity-build-github-action/issues"
},
"homepage": "https://github.com/akiojin/unity-build-github-action#readme",
"dependencies": {
"@types/tmp": "0.2.6",
"tmp": "0.2.5"
},
"devDependencies": {
"@actions/core": "1.11.1",
"@actions/exec": "1.1.1",
"@actions/io": "1.1.3",
"@akiojin/argument-builder": "1.0.3",
"@akiojin/unity-command": "1.4.4",
"@types/node": "22.15.29",
"@vercel/ncc": "0.38.4",
"rimraf": "6.1.3",
"typescript": "5.9.3"
},
"private": true
}