generated from debugger24/github-action-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 999 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
{
"name": "action-aws-ssm-run-command",
"version": "1.0.1",
"description": "Github Action for running commands on Linux or Windows machine managed using SSM",
"main": "dist/index.js",
"scripts": {
"build": "ncc build src/index.ts --license licenses.txt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/debugger24/action-aws-ssm-run-command.git"
},
"keywords": [
"action",
"aws",
"aws-ssm",
"github",
"template",
"typescript"
],
"author": "debugger24",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/debugger24/action-aws-ssm-run-command/issues"
},
"homepage": "https://github.com/debugger24/action-aws-ssm-run-command#readme",
"dependencies": {
"@actions/core": "^1.9.1",
"@aws-sdk/client-ssm": "^3.154.0"
},
"devDependencies": {
"@types/node": "^18.7.11",
"@vercel/ncc": "^0.34.0",
"typescript": "^4.7.4"
}
}