UNPKG

react-ronin

Version:

Access the RONIN data platform via React.

78 lines (77 loc) 1.6 kB
{ "name": "react-ronin", "version": "2.3.3", "license": "Apache-2.0", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "description": "Access the RONIN data platform via React.", "scripts": { "dev": "bun run build -- --watch", "build": "tsc --project tsconfig.json", "lint": "bun run lint:tsc && bun run lint:biome --", "lint:biome": "biome check --apply .", "lint:tsc": "tsc --noEmit --pretty", "test": "bun test", "prepare": "husky" }, "files": [ "dist" ], "repository": "ronin-co/react-ronin", "homepage": "https://github.com/ronin-co/react-ronin", "keywords": [ "ronin", "react", "client", "database", "orm" ], "lint-staged": { "**/*": [ "bunx @biomejs/biome format --write" ] }, "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./types": { "import": "./dist/types.js", "types": "./dist/types.d.ts" } }, "typesVersions": { "*": { "*": [ "dist/index.d.ts" ], "types": [ "dist/types.d.ts" ] } }, "dependencies": { "ronin": "4.2.2" }, "devDependencies": { "@biomejs/biome": "1.8.3", "@types/bun": "1.1.6", "@types/react": "18.3.3", "@types/web": "0.0.155", "husky": "9.1.4", "lint-staged": "15.2.9", "msw": "2.3.5", "react": "18.3.1", "typescript": "5.5.4" }, "peerDependencies": { "react": ">=18.3.1" }, "peerDependenciesMeta": { "react": { "optional": false } } }