{
  "name": "farrow-cors",
  "version": "2.3.0",
  "description": "Cross-Origin Resource Sharing(CORS) for farrow-http",
  "main": "dist/index.js",
  "homepage": "https://www.farrowjs.com/",
  "files": [
    "dist",
    "src"
  ],
  "keywords": [
    "Web Framework",
    "TypeScript",
    "Functional Programming",
    "cors"
  ],
  "author": "Jade Gu",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/farrow-js/farrow.git"
  },
  "peerDependencies": {
    "farrow-http": "^2.2.0"
  },
  "devDependencies": {
    "@types/cors": "^2.8.9",
    "@types/jest": "^29.5.1",
    "@types/supertest": "^2.0.10",
    "farrow-http": "^2.3.0",
    "farrow-pipeline": "^2.3.0",
    "jest": "^29.5.0",
    "supertest": "^6.1.6",
    "ts-jest": "^29.1.0",
    "typescript": "^5.0.4"
  },
  "dependencies": {
    "cors": "^2.8.5",
    "farrow-pipeline": "^2.3.0",
    "tslib": "^2.5.0"
  },
  "scripts": {
    "build": "tsc -b",
    "test": "jest",
    "test:coverage": "jest --collectCoverage --coverage"
  }
}