UNPKG

@hirall/react

Version:

React hooks and components for Hirall

46 lines (45 loc) 959 B
{ "name": "@hirall/react", "version": "1.0.0", "description": "React hooks and components for Hirall", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsup src/index.tsx --format cjs,esm --dts --clean", "dev": "tsup src/index.tsx --format cjs,esm --dts --watch", "test": "vitest", "lint": "eslint src" }, "keywords": [ "hirall", "react", "hooks", "baas", "backend" ], "author": "Hirall Team", "license": "MIT", "peerDependencies": { "react": "^18.0.0", "@hirall/client": "^1.0.0" }, "devDependencies": { "@types/react": "^18.2.45", "react": "^18.2.0", "tsup": "^8.0.1", "typescript": "^5.3.3", "vitest": "^1.0.4" } }