{ "name": "fastify-cors", "version": "5.2.0", "description": "Fastify CORS", "main": "index.js", "types": "index.d.ts", "scripts": { "lint": "npm run lint:standard && npm run lint:typescript", "lint:standard": "standard", "lint:fix": "standard --fix", "lint:typescript": "standard --parser @typescript-eslint/parser --plugin @typescript-eslint/eslint-plugin test/*.ts", "unit": "tap --100 test/*.test.js", "typescript": "tsd", "test": "npm run lint && npm run unit && npm run typescript", "coverage": "tap --cov --coverage-report=html test" }, "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": "^14.14.9", "@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": "^14.11.0", "tsd": "^0.14.0", "typescript": "^4.0.2" }, "dependencies": { "fastify-plugin": "^3.0.0", "vary": "^1.1.2" }, "tsd": { "directory": "test" } }