{
  "name": "bigscreen_api",
  "version": "1.0.0",
  "description": "Bigscreen Accounts Libraries and APIs.",
  "author": "David Petrie (Bigscreen Inc.)",
  "license": "MIT",
  "private": true,
  "scripts": {
    "clean": "tsc --build --clean",
    "build": "tsc --build && cp ./*.pem ./dist",
    "start": "node dist/api.js"
  },
  "dependencies": {
    "@bigscreen/api": "workspace:^",
    "@bigscreen/auth": "workspace:^",
    "@bigscreen/lib": "workspace:^",
    "cors": "^2.8.5"
  },
  "main": "api"
}
