UNPKG

fastify-permit-io

Version:
45 lines (44 loc) 972 B
{ "name": "fastify-permit-io", "version": "1.0.25", "description": "Fastify plugin for Permit.io integration", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/ShaharIlany/fastify-permit-io.git" }, "keywords": [ "fastify", "permitio", "rebac", "rbac", "abac", "permissions", "authorization", "auth", "secure" ], "author": "Shahar Ilany", "license": "MIT", "bugs": { "url": "https://github.com/ShaharIlany/fastify-permit-io/issues" }, "homepage": "https://github.com/ShaharIlany/fastify-permit-io#readme", "scripts": { "build": "bun ./src/build.ts" }, "devDependencies": { "@types/bun": "latest", "bun-plugin-dts": "^0.3.0", "fastify": "^5.3.3" }, "peerDependencies": { "typescript": "^5.0.0" }, "dependencies": { "fastify-plugin": "^5.0.1", "permitio": "^2.7.4" } }