forked from 4ossiblellc/dynamodb-update-expression
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 851 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
{
"name": "dynamodb-update-expression-es6",
"version": "1.0.0",
"description": "A small library providing the solution to return the update expression.",
"main": "index.js",
"scripts": {
"build": "rimraf dist && babel -d dist ./index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/4ossiblellc/dynamodb-update-expression.git"
},
"author": "Eric So <4ossible@gmail.com>, James Azarja <jazarja@yahoo.com>",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/brentertz/scapegoat/blob/master/LICENSE-MIT"
}
],
"keywords": [
"dynamodb",
"DynamoDB",
"update",
"expression"
],
"dependencies": {
"deepmerge": "^2.1.0",
"lodash": "^4.17.10"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.47",
"@babel/preset-env": "^7.0.0-beta.47"
}
}