{
  "name": "fastify-cors",
  "version": "6.0.2",
  "description": "Fastify CORS",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "coverage": "tap --cov --coverage-report=html test",
    "lint": "npm run lint:standard && npm run lint:typescript",
    "lint:fix": "standard --fix",
    "lint:standard": "standard",
    "lint:typescript": "standard --parser @typescript-eslint/parser --plugin @typescript-eslint/eslint-plugin test/*.ts",
    "test": "npm run lint && npm run unit && npm run typescript",
    "test:ci": "npm run lint && tap test/*.test.js --coverage-report=lcovonly && npm run typescript",
    "typescript": "tsd",
    "unit": "tap test/*.test.js"
  },
  "keywords": [
    "fastify",
    "cors",
    "headers",
    "access",
    "control"
  ],
  "author": "Tomas Della Vedova - @delvedor (http://delved.org)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fastify/fastify-cors.git"
  },
  "bugs": {
    "url": "https://github.com/fastify/fastify-cors/issues"
  },
  "homepage": "https://github.com/fastify/fastify-cors#readme",
  "devDependencies": {
    "@types/node": "^16.0.0",
    "@typescript-eslint/eslint-plugin": "^4.0.0",
    "@typescript-eslint/parser": "^4.1.1",
    "cors": "^2.8.5",
    "fastify": "^3.8.0",
    "standard": "^16.0.2",
    "tap": "^15.0.2",
    "tsd": "^0.17.0",
    "typescript": "^4.0.2"
  },
  "dependencies": {
    "fastify-plugin": "^3.0.0",
    "vary": "^1.1.2"
  },
  "tsd": {
    "directory": "test"
  }
}
