forked from 99x/dynamodb-localhost
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 928 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 928 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
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@fabrictech/dynamodb-localhost",
"version": "0.3.4",
"engines": {
"node": ">10.18.0",
"yarn": "^1.9.4"
},
"description": "Dynamodb local plugin for devops",
"author": "fabrictech",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/99xt/dynamodb-localhost"
},
"keywords": [
"aws",
"dynamodb",
"dynamo",
"testing",
"development",
"tool",
"local",
"localhost",
"local-dynamodb",
"dynamodb-local",
"dynamodb-localhost"
],
"scripts": {
"lint": "eslint \"./src/*.js\"",
"test": "node src/test.js"
},
"main": "src/index.js",
"bin": {},
"dependencies": {},
"devDependencies": {
"eslint": "^5.6.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^2.6.2",
"prettier": "^1.14.3"
}
}