@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.
58 lines • 1.68 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": "1.0.6",
"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.2.0",
"zod": "^3.24.1",
"@kilpi/client": "1.1.0",
"@kilpi/core": "1.1.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.0.0",
"@vitejs/plugin-react": "^5.0.4",
"jsdom": "^27.1.0",
"react-dom": "^19.2.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 --config ./vitest.config.ts",
"dev": "vitest watch --config ./vitest.config.ts"
}
}