-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 767 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 767 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
{
"name": "action-setup-tfswitch",
"version": "1.0.0",
"description": "Setup tfswitch for GitHub Actions",
"main": "index.js",
"scripts": {
"build": "esbuild index.js --bundle --platform=node --target=node20 --outfile=dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pcjun97/action-setup-tfswitch.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pcjun97/action-setup-tfswitch/issues"
},
"homepage": "https://github.com/pcjun97/action-setup-tfswitch#readme",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/github": "^5.0.3",
"@actions/io": "^1.1.2",
"@actions/tool-cache": "^2.0.1"
},
"devDependencies": {
"esbuild": "^0.23.0"
}
}