forked from stacc/setup-merkely-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 773 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 773 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-kosli-cli",
"version": "1.0.0",
"description": "Sets up the Kosli CLI for GitHub Actions runners",
"main": "dist/index.js",
"scripts": {
"test": "ava",
"build": "npx @vercel/ncc build src/index.js && npx convert-action"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kosli-dev/setup-cli-action.git"
},
"author": "mike@kosli.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/kosli-dev/setup-cli-action/issues"
},
"homepage": "https://kosli.com",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.1",
"@actions/tool-cache": "^2.0.2"
},
"devDependencies": {
"ava": "^6.4.1"
},
"directories": {
"test": "test"
},
"keywords": []
}