-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 976 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
38
39
40
41
{
"name": "dynamola",
"version": "1.4.5",
"description": "DynamoDB easy library for Lambda functions.",
"main": "index.js",
"scripts": {
"test": "mocha",
"lint": "eslint .",
"docs:build": "documentation build index.js -f html --shallow -o docs",
"docs:build-md": "documentation build index.js -f md --shallow > docs/index.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/javichur/dynamola.git"
},
"keywords": [
"dynamodb",
"easy",
"lambda",
"node",
"javascript",
"api",
"sdk",
"fast"
],
"author": "Javier Campos",
"license": "MIT",
"bugs": {
"url": "https://github.com/javichur/dynamola/issues"
},
"homepage": "https://github.com/javichur/dynamola#readme",
"dependencies": {
"aws-sdk": "^2.463.0"
},
"devDependencies": {
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"mocha": "^6.1.4"
}
}