{
  "private": true,
  "name": "songwhip-web-edge-worker",
  "author": "Wilson Page <wilsonpage@me.com>",
  "license": "UNLICENSED",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "dev": "dotenv scripts/dev",
    "build": "dotenv webpack",
    "build:development": "dotenv webpack",
    "deploy": "dotenv scripts/deploy",
    "deploy:staging": "yarn deploy staging",
    "deploy:production": "yarn deploy production",
    "test": "yarn test:types && yarn test:lint && yarn test:unit",
    "test:types": "tsc --project tsconfig.json --noEmit",
    "test:lint": "eslint '**/*.{ts,js}' --quiet --cache --cache-location .eslintcache",
    "test:unit": "jest",
    "test:unit:watch": "yarn test:unit --watch"
  },
  "dependencies": {
    "toucan-js": "^2.7.0"
  },
  "devDependencies": {
    "@babel/core": "^7.27.1",
    "@babel/plugin-transform-typescript": "^7.27.1",
    "@babel/preset-env": "^7.27.2",
    "@babel/preset-typescript": "^7.27.1",
    "@cloudflare/workers-types": "4.20230511.0",
    "babel-jest": "^29.7.0",
    "babel-loader": "^10.0.0",
    "babel-plugin-preval": "^5.1.0",
    "babel-plugin-remove-debug": "^0.0.4",
    "babel-plugin-tsconfig-paths-module-resolver": "^1.0.4",
    "dotenv-cli": "^6.0.0",
    "eslint": "^8.57.0",
    "isomorphic-fetch": "^3.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "typescript": "^5.8.3",
    "webpack": "^5.99.7",
    "webpack-cli": "^4.10.0",
    "wrangler": "^2.18.0"
  }
}
