forked from pCYSl5EDgo/setup-unity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 894 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 894 Bytes
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
{
"name": "setup-unity",
"version": "1.0.0",
"description": "Set up your GitHub Actions workflow with a specific version of the Unity Editor",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pCYSl5EDgo/setup-unity.git"
},
"author": "pCYSl5EDgo",
"license": "MIT",
"bugs": {
"url": "https://github.com/pCYSl5EDgo/setup-unity/issues"
},
"homepage": "https://github.com/pCYSl5EDgo/setup-unity#readme",
"devDependencies": {
"@types/jsdom": "^12.2.4",
"@types/node": "^12.12.12",
"typescript": "3.7.2"
},
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"@actions/io": "^1.0.1",
"@actions/tool-cache": "^1.1.2",
"jsdom": "^15.2.1",
"sync-request": "^6.1.0"
}
}