{
  "name": "@skazka/server-cors",
  "version": "0.0.9",
  "description": "Server cors",
  "scripts": {
    "release": "npm publish"
  },
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "engines": {
    "node": ">=10.0.0"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "author": "skazkajs",
  "authors": [
    "SkazkaJS <skazkajs@gmail.com> (https://github.com/skazkajs)",
    "Evheniy Bystrov <evheniy.bystrov@gmail.com> (https://github.com/evheniy)"
  ],
  "repository": "https://github.com/skazkajs/skazka/tree/master/packages/server/cors",
  "bugs": {
    "url": "https://github.com/skazkajs/skazka/issues"
  },
  "homepage": "https://skazkajs.org/",
  "keywords": [
    "skazka",
    "node.js",
    "promise",
    "router",
    "http",
    "server",
    "rest",
    "fast",
    "async",
    "await",
    "https",
    "ssl",
    "easy",
    "CORS",
    "Cross-Origin",
    "Resource",
    "Sharing"
  ],
  "peerDependencies": {
    "@skazka/server-express": "^0.0.7",
    "@skazka/server-module": "^0.0.4",
    "debug": "^4.1.1"
  },
  "dependencies": {
    "cors": "^2.8.5"
  }
}