-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 949 Bytes
/
package.json
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
{
"name": "flytectl-setup-action",
"version": "0.0.3",
"description": "Install and setup flytectl for use in other actions ",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unionai/flytectl-setup-action.git"
},
"author": "Unionai",
"license": "ISC",
"bugs": {
"url": "https://github.com/unionai/flytectl-setup-action/issues"
},
"homepage": "https://github.com/unionai/flytectl-setup-action#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^1.6.1",
"@octokit/core": "",
"@types/node": "^14.14.35",
"child_process": "^1.0.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.18.0",
"esbuild": "^0.12.6",
"eslint": "^7.32.0",
"typescript": "^4.3.2"
}
}