forked from AckeeCZ/load-xcode-version
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 718 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 718 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
{
"name": "load-xcode-version",
"version": "1.0.0",
"description": "GitHub action for loading Xcode version from shared storage",
"main": "index.js",
"scripts": {
"prepare": "ncc build index.js -o dist --source-map --license licenses.txt",
"all": "npm run prepare"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AckeeCZ/load-xcode-version.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AckeeCZ/load-xcode-version/issues"
},
"homepage": "https://github.com/AckeeCZ/load-xcode-version#readme",
"dependencies": {
"@actions/core": "^1.10.0"
},
"devDependencies": {
"@vercel/ncc": "^0.31.1"
}
}