{
  "name": "lws-cors",
  "author": "Lloyd Brookes <75pound@gmail.com>",
  "version": "4.2.1",
  "description": "Support for setting Cross-Origin Resource Sharing (CORS) headers to lws",
  "repository": "https://github.com/lwsjs/cors",
  "license": "MIT",
  "keywords": [
    "lws",
    "lws-middleware",
    "cors"
  ],
  "exports": "./index.js",
  "type": "module",
  "engines": {
    "node": ">=12.17"
  },
  "scripts": {
    "test": "test-runner test.js"
  },
  "dependencies": {
    "@koa/cors": "^5.0.0"
  },
  "devDependencies": {
    "lws": "^4.1.2",
    "node-fetch": "^3.3.2",
    "test-runner": "^0.10.1"
  },
  "files": [
    "index.js"
  ]
}
