{
  "name": "dyno-db",
  "version": "0.1.0",
  "description": "Dynanode is a DynamoDB client for node that was inspired by RethinkDB's syntax.",
  "main": "build/dynanode.js",
  "scripts": {
    "test": "NODE_ENV=test; jest --watch",
    "test-once": "NODE_ENV=test; jest"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/trevorhanus/dynanode.git"
  },
  "author": "Gravity Labs",
  "license": "BSD",
  "bugs": {
    "url": "https://gitlab.com/trevorhanus/dynanode/issues"
  },
  "homepage": "https://gitlab.com/trevorhanus/dynanode#README",
  "devDependencies": {
    "@types/es6-promise": "0.0.32",
    "@types/jest": "^16.0.0",
    "@types/lodash": "^4.14.39",
    "@types/node": "^6.0.48",
    "jest-cli": "^17.0.3",
    "typescript": "^2.0.10"
  },
  "jest": {
    "transform": {
      ".*": "<rootDir>/preprocessor.js"
    },
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "testRegex": "__test__/.*\\.(ts|js)$"
  },
  "dependencies": {
    "aws-sdk": "^2.7.4",
    "lodash": "^4.17.2",
    "randomstring": "^1.1.5"
  }
}
