-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1008 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
35
36
37
38
39
40
41
42
{
"name": "setup-task",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "node_modules/.bin/ncc build --license licenses.txt --source-map -m -q src/main.ts -o lib_main",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"github",
"actions",
"github actions",
"google-cloud",
"go-task",
"task",
"go",
"golang"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nightstory/setup-task.git"
},
"bugs": {
"url": "https://github.com/nightstory/setup-task/issues"
},
"homepage": "https://github.com/nightstory/setup-task#readme",
"author": "nightstory",
"license": "MIT",
"dependencies": {
"@actions/cache": "^3.0.6",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"shelljs": "^0.8.5",
"typescript": "^4.8.4"
},
"devDependencies": {
"@types/node": "^17.0.15",
"@types/shelljs": "^0.8.11",
"@vercel/ncc": "^0.34.0"
}
}