{
  "name": "@schoolofmotion/rocket-booster",
  "version": "1.4.2-s1",
  "description": "Serverless reverse proxy and load balancing library built for Cloudflare Workers.",
  "main": "dist/index.js",
  "types": "dist/src/index.d.ts",
  "scripts": {
    "test": "jest",
    "lint": "eslint --fix --ext .ts",
    "build": "webpack",
    "prepack": "npm run lint && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/booster-labs/rocket-booster.git"
  },
  "keywords": [
    "serverless",
    "proxy",
    "workers",
    "cloudflare",
    "reverse-proxy"
  ],
  "author": "Xiaoyang Liu",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/booster-labs/rocket-booster/issues"
  },
  "homepage": "https://booster.js.org",
  "devDependencies": {
    "@cloudflare/workers-types": "^2.2.2",
    "@types/jest": "^27.0.2",
    "@types/service-worker-mock": "^2.0.1",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "clean-webpack-plugin": "^4.0.0",
    "eslint": "^7.32.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.25.2",
    "eslint-webpack-plugin": "^3.0.1",
    "jest": "^27.0.6",
    "service-worker-mock": "^2.0.5",
    "ts-jest": "^27.0.6",
    "ts-loader": "^9.2.6",
    "typescript": "^4.4.4",
    "webpack": "^5.58.2",
    "webpack-cli": "^4.9.0",
    "webpackbar": "^5.0.0-3"
  },
  "directories": {
    "test": "tests"
  },
  "dependencies": {}
}
