{
  "private": true,
  "name": "songwhip-swr-proxy",
  "author": "Wilson Page <wilsonpage@me.com>",
  "license": "UNLICENSED",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "wrangler": "wrangler",
    "clean": "rm -rf node_modules dist worker",
    "dev": "yarn run wrangler preview --watch",
    "build": "webpack",
    "prebuild": "yarn test:types",
    "test": "yarn test:unit && yarn test:types",
    "test:types": "tsc --project tsconfig.json --noEmit",
    "test:unit": "jest",
    "test:watch": "jest --watch",
    "deploy": "dotenv wrangler publish"
  },
  "dependencies": {
    "debug": "^4.1.1"
  },
  "devDependencies": {
    "@babel/core": "^7.9.6",
    "@babel/plugin-transform-typescript": "^7.9.6",
    "@babel/preset-env": "^7.9.6",
    "@babel/preset-typescript": "^7.16.0",
    "@cloudflare/workers-types": "^2.1.0",
    "@cloudflare/wrangler": "^1.12.2",
    "@theorchard/songwhip-events": "^2.3.3",
    "@types/jest": "^26.0.15",
    "@types/node-fetch": "^2.5.0",
    "babel-jest": "^24.9.0",
    "babel-loader": "^8.1.0",
    "babel-plugin-module-resolver": "^4.0.0",
    "babel-plugin-remove-debug": "^0.0.4",
    "dotenv": "^8.1.0",
    "dotenv-cli": "^7.1.0",
    "isomorphic-fetch": "^2.2.1",
    "jest": "^24.9.0",
    "mockdate": "^3.0.2",
    "node-fetch": "^2.6.0",
    "typescript": "^4.4.4",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.8"
  }
}
