{
  "name": "bigscreen_db_setup",
  "version": "1.0.0",
  "description": "Steup script for the Postgres DB.",
  "author": "David Petrie (Bigscreen Inc.)",
  "license": "MIT",
  "private": true,
  "scripts": {
    "clean": "tsc --build --clean",
    "build": "tsc --build && cp ./*.pem ./dist",
    "start": "node dist/db_migrate.js"
  },
  "dependencies": {
    "@bigscreen/api": "workspace:^",
    "@bigscreen/auth": "workspace:^",
    "@bigscreen/lib": "workspace:^"
  },
  "main": "db_setup"
}
