{ "name": "fastify-auth", "version": "1.1.0", "description": "Run multiple auth functions in Fastify", "repository": { "type": "git", "url": "git+https://github.com/fastify/fastify-auth.git" }, "main": "auth.js", "types": "auth.d.ts", "scripts": { "clean": "rimraf authdb", "standard": "standard", "test": "npm run test:unit && npm run test:typescript", "test:ci": "standard && tap -J ./test/*.test.js --coverage-report=lcovonly && npm run test:typescript", "test:typescript": "tsd", "test:unit": "tap -J ./test/*.test.js" }, "keywords": [ "fastify", "auth", "speed" ], "author": "Tomas Della Vedova - @delvedor (http://delved.org)", "contributors": [ { "name": "Matteo Collina", "email": "hello@matteocollina.com" } ], "license": "MIT", "devDependencies": { "fastify": "^3.0.0", "fastify-jwt": "^2.0.0", "fastify-leveldb": "^3.0.0", "pre-commit": "^1.2.2", "rimraf": "^3.0.2", "standard": "^16.0.1", "tap": "^15.0.2", "tsd": "^0.14.0", "typescript": "^4.0.2" }, "dependencies": { "fastify-plugin": "^3.0.0", "reusify": "^1.0.4" }, "tsd": { "directory": "test" } }