@kilpi/react-client
Version:
Kilpi React Client Components · Kilpi is the authorization framework for full-stack TypeScript applications, designed for flexible, powerful, agnostic, intuitive and developer friendly authorization.
51 lines • 1.36 kB
JSON
{
"name": "@kilpi/react-client",
"description": "Kilpi React Client Components · Kilpi is the authorization framework for full-stack TypeScript applications, designed for flexible, powerful, agnostic, intuitive and developer friendly authorization.",
"version": "0.3.8",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"type": "module",
"private": false,
"dependencies": {
"react": "^19.0.0",
"zod": "^3.24.1",
"@kilpi/client": "0.14.0",
"@kilpi/core": "0.15.0"
},
"devDependencies": {
"@types/react": "^19.0.0"
},
"author": "Jussi Nevavuori <nevavuori.jussi@gmail.com>",
"homepage": "https://kilpi.vercel.app",
"bugs": "https://github.com/jussinevavuori/kilpi/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/jussinevavuori/kilpi.git"
},
"keywords": [
"fine-grained",
"authorization",
"abac",
"rbac",
"react"
],
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"lint": "eslint && tsc",
"test": "vitest run",
"dev": "vitest watch"
}
}