{
  "name": "noodle-dynamo",
  "version": "1.2.0",
  "license": "MIT",
  "main": "build/index.js",
  "keywords": [
    "dynamo",
    "aws"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/RyanMKrol/noodle-dynamo.git"
  },
  "files": [
    "build"
  ],
  "scripts": {
    "build": "npm run-script lint && tsc",
    "lint": "eslint . --ext .ts,.tsx"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^2.22.0",
    "@typescript-eslint/parser": "^2.22.0",
    "eslint": "^6.8.0",
    "ts-node": "^7.0.1",
    "typescript": "^3.0.3"
  },
  "dependencies": {
    "@types/node": "^14.0.23",
    "aws-sdk": "^2.635.0"
  }
}
