UNPKG

fastify-cerbos

Version:

Cerbos plugin for Fastify

33 lines (32 loc) 740 B
{ "$schema": "https://json.schemastore.org/package.json", "name": "fastify-cerbos", "version": "0.2.0", "description": "Cerbos plugin for Fastify", "main": "index.js", "scripts": { "test": "eslint && tap test/*test.js", "lint": "eslint --fix" }, "keywords": [ "fastify", "cerbos", "plugin" ], "author": "Marco Piraccini <marco.piraccini@gmail.com>", "license": "MIT", "dependencies": { "@cerbos/core": "^0.18.0", "@cerbos/grpc": "^0.18.0", "@cerbos/http": "^0.19.0", "fastify": "^5.0.0", "fastify-plugin": "^5.0.0" }, "devDependencies": { "dockerode": "^4.0.0", "eslint": "^9.10.0", "neostandard": "^0.11.5", "tap": "^16.3.4", "undici": "^6.0.0" } }