{
  "name": "@bmd-studio/proj",
  "private": true,
  "version": "0.1.0",
  "description": "",
  "author": "",
  "license": "MIT",
  "scripts": {
    "setup": "yarn && genstack pull",
    "setup:git": "git init && git add . && git commit -m \"feat: initial commit.\"",
    "test": "jest",
    "benchmark": "ts-node ./src/__tests__/benchmarks/graphql.ts",
    "genstack": "genstack",
    "genstack:pg": "genstack-pg"
  },
  "dependencies": {
    "@bmd-studio/genstack-cli": "^1.0.15",
    "@bmd-studio/genstack-environment": "^2.0.5",
    "@bmd-studio/genstack-logger": "^1.0.2",
    "@bmd-studio/genstack-pg": "^1.1.4",
    "autocannon": "^6.3.0",
    "bcrypt": "^5.0.0",
    "fs-extra": "^9.0.0",
    "lodash": "^4.17.15",
    "node-pg-migrate": "^4.7.0",
    "ts-node": "^9.0.0",
    "uuid": "^8.3.0"
  },
  "devDependencies": {
    "@types/autocannon": "^4.1.0",
    "@types/bcrypt": "^3.0.0",
    "@types/fs-extra": "^8.1.0",
    "@types/jest": "^25.1.4",
    "@types/lodash": "^4.14.149",
    "@types/node": "^13.9.2",
    "@types/uuid": "^8.3.0",
    "jest": "^25.1.0",
    "ts-jest": "^25.2.1",
    "typescript": "^3.8.3"
  }
}
