@commodo/fields-storage-dynamodb
Version:
We're working hard to get all the docs in order. New articles will be added daily.
43 lines (42 loc) • 999 B
JSON
{
"name": "@commodo/fields-storage-dynamodb",
"version": "2.0.2-beta.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/webiny/commodo.git"
},
"contributors": [
"Adrian Smijulj <adrian@webiny.com>"
],
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.729.0"
},
"devDependencies": {
"@commodo/fields": "^1.1.2-beta.0",
"@commodo/fields-storage": "^2.0.2-beta.0",
"@commodo/hooks": "^1.1.2-beta.0",
"@commodo/name": "^1.2.2-beta.0",
"@shelf/jest-dynamodb": "^1.7.0",
"camelcase": "^5.2.0",
"ramda": "^0.25.0",
"repropose": "^1.0.2",
"uniqid": "^5.2.0"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"commodo",
"composeable",
"models",
"storage",
"dynamoDb"
],
"scripts": {
"build": "babel src --ignore src/__tests__ --out-dir dist --source-maps",
"watch": "yarn build --watch"
},
"gitHead": "78461c725f17af647fa4562273dc9379dc6c0189"
}