{
  "main": "dist",
  "scripts": {
    "build": "yarn ; babel src --out-dir dist",
    "start": "babel-node scripts/start"
  },
  "devDependencies": {
    "@babel/cli": "^7.11.5",
    "@babel/core": "^7.11.5",
    "@babel/node": "^7.10.5",
    "@babel/polyfill": "^7.11.5",
    "@babel/preset-env": "^7.11.5",
    "husky": "^4.2.5",
    "jest": "^26.4.2",
    "leasot": "^11.3.0",
    "prettier": "^2.1.1"
  },
  "keywords": [
    "express",
    "cors",
    "anywhere",
    "cors-anywhere",
    "middleware"
  ],
  "dependencies": {
    "axios": "^0.20.0",
    "body-parser": "^1.19.0",
    "build-url": "^6.0.1",
    "cors": "^2.8.5",
    "express": "^4.17.1",
    "type-check": "^0.4.0"
  },
  "name": "express-cors-anywhere",
  "version": "0.0.1-alpha.3",
  "description": "🌐 An express middleware for redirecting requests and avoiding CORS errors when hitting cross-origin APIs.",
  "repository": "https://github.com/cawfree/express-cors-anywhere",
  "author": "Alex Thomas (@cawfree) <alex@getuni.app>",
  "license": "MIT",
  "private": false
}
