{
  "name": "begin-app",
  "version": "0.0.0",
  "description": "Begin app",
  "scripts": {
    "lint": "eslint src --ignore-pattern node_modules --fix",
    "test": "NODE_ENV=testing tape test/*-test.js | tap-spec",
    "start": "NODE_ENV=testing ARC_LOCAL=1 npx sandbox"
  },
  "dependencies": {
    "@architect/architect": "^5.6.0",
    "@begin/data": "latest",
    "tiny-json-http": "latest"
  },
  "devDependencies": {
    "aws-sdk": "^2.437.0",
    "eslint": "^5.16.0",
    "tap-spec": "^5.0.0",
    "tape": "^4.10.1"
  }
}
