{
  "name": "@architect/data",
  "version": "3.0.5",
  "description": "Dynamically generate a DynamoDB data access layer from an .arc file",
  "homepage": "https://github.com/arc-repos/arc-data",
  "repository": {
    "type": "git",
    "url": "https://github.com/arc-repos/arc-data"
  },
  "bugs": "https://github.com/arc-repos/arc-data/issues",
  "main": "index.js",
  "scripts": {
    "t": "NODE_ENV=testing tape 'test/cloudformation-test.js' | tap-spec",
    "test": "NODE_ENV=testing tape 'test/*-test.js' | tap-spec",
    "lint": "eslint . --fix  --ignore-pattern node_modules"
  },
  "keywords": [
    "arc",
    "architect",
    "aws",
    "aws-sdk",
    "dynamodb",
    "repl"
  ],
  "author": "Brian LeRoux <b@brian.io>",
  "license": "Apache-2.0",
  "dependencies": {
    "@architect/parser": "^1.1.7"
  },
  "devDependencies": {
    "@architect/sandbox": "^1.0.10",
    "aws-sdk": "^2.480.0",
    "eslint": "^5.16.0",
    "run-parallel": "^1.1.9",
    "tap-spec": "^5.0.0",
    "tape": "^4.10.2"
  },
  "prettier": {
    "semi": false,
    "singleQuote": true,
    "tabWidth": 2,
    "useTabs": false,
    "trailingComma:": "es5",
    "bracketSpacing": false,
    "endOfLine": "lf",
    "printWidth": 1000
  }
}
