-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 779 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 779 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
{
"name": "setup-stackql",
"version": "2.3.1",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"build": "cd wrapper && npm run build && cd .. && ncc build index.js --out dist",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stackql/setup-stackql.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^3.0.0",
"@actions/github": "^9.0.0",
"@actions/io": "^3.0.2",
"@actions/tool-cache": "^4.0.0"
},
"bugs": {
"url": "https://github.com/stackql/setup-stackql/issues"
},
"homepage": "https://github.com/stackql/setup-stackql#readme",
"devDependencies": {
"@vercel/ncc": "^0.38.4",
"husky": "^9.1.7"
}
}