forked from rrainn/dynamodb-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 853 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
{
"name": "dynamodb-action",
"version": "2.0.0",
"description": "Starts DynamoDB Local in background as a Docker container for support with GitHub Actions",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/circles-learning-labs/dynamodb-action.git"
},
"keywords": [
"dynamodb",
"dynamo",
"aws",
"amazon",
"database",
"local",
"github",
"actions",
"action",
"docker"
],
"author": "rrainn, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/circles-learning-labs/dynamodb-action/issues"
},
"homepage": "https://github.com/circles-learning-labs/dynamodb-action#readme",
"dependencies": {
"@actions/core": "^1.2.3",
"@actions/exec": "^1.0.3"
}
}