@gsarthak783/accesskit-react
Version:
React SDK for AccessKit Authentication System
70 lines (69 loc) • 1.63 kB
JSON
{
"name": "@gsarthak783/accesskit-react",
"version": "1.2.6",
"description": "React SDK for AccessKit Authentication System",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.esm.js",
"require": "./dist/index.js"
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"prepublishOnly": "npm run build",
"clean": "rm -rf dist",
"type-check": "tsc --noEmit"
},
"keywords": [
"accesskit",
"authentication",
"auth",
"react",
"hooks",
"sdk",
"typescript",
"context",
"provider"
],
"author": "AccessKit Team",
"license": "MIT",
"homepage": "https://access-kit.vercel.app/",
"engines": {
"node": ">=14.0.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"@gsarthak783/accesskit-auth": "^1.2.6"
},
"dependencies": {
"@gsarthak783/accesskit-auth": "^1.2.6"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@rollup/plugin-commonjs": "^25.0.7",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"rollup": "^4.6.1",
"typescript": "^5.3.2",
"tslib": "^2.6.2",
"rollup-plugin-dts": "^6.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"publishConfig": {
"access": "public"
}
}