-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 954 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 954 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
{
"name": "@letsfullstack/loopback-connector-dynamodb",
"description": "DynamoDB connector for LoopBack",
"version": "0.1.4",
"main": "index.js",
"scripts": {
"pretest": "eslint ./lib/*.js",
"lint": "eslint ./lib/*.js",
"test": "make test",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --ui bdd -R spec -t 5000"
},
"dependencies": {
"async": "latest",
"aws-sdk": "latest",
"colors": "latest",
"loopback-connector": "^4.11.0",
"strong-globalize": "^6.0.1",
"winston": "~0.7.3"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"jugglingdb": ">= 0.1.0",
"should": "latest",
"mocha": "latest"
},
"repository": "https://github.com/letsfullstack/loopback-connector-dynamodb.git",
"author": {
"name": "Lets Go",
"email": "contato@letscomunica.com.br"
},
"license": "MIT"
}