@oimdb/react
Version:
React integration for OIMDB - Hooks for selection and subscription with external storage
65 lines (64 loc) • 1.55 kB
JSON
{
"name": "@oimdb/react",
"version": "1.2.1",
"description": "React integration for OIMDB - Hooks for selection and subscription with external storage",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/abaikov/oimdb.git"
},
"bugs": {
"url": "https://github.com/abaikov/oimdb/issues"
},
"homepage": "https://github.com/abaikov/oimdb#readme",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"scripts": {
"build": "tsup src/index.ts --dts --format esm,cjs",
"test": "jest",
"type-check": "tsc --noEmit",
"clean": "rimraf dist",
"prepublishOnly": "npm run type-check && npm test && npm run build"
},
"files": [
"dist"
],
"peerDependencies": {
"@oimdb/core": "^1.3.1",
"react": "^18.0.0"
},
"devDependencies": {
"@testing-library/react": "^14.3.1",
"@types/jest": "^29.5.8",
"@types/react": "^18.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^18.0.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"tsup": "^8.5.0",
"typescript": "^5.2.2"
},
"keywords": [
"oimdb",
"react",
"hooks",
"reactive",
"typescript",
"state-management",
"subscriptions",
"selection",
"external-storage"
],
"author": "Andrei Baikov",
"license": "MIT"
}