@oimdb/redux-adapter
Version:
Redux adapter for OIMDB - Create Redux reducers from OIMDB collections and indexes
69 lines (68 loc) • 1.67 kB
JSON
{
"name": "@oimdb/redux-adapter",
"version": "1.5.1",
"description": "Redux adapter for OIMDB - Create Redux reducers from OIMDB collections and indexes",
"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",
"redux": "^4.0.0 || ^5.0.0"
},
"devDependencies": {
"@oimdb/react": "^1.2.1",
"@reduxjs/toolkit": "^2.10.1",
"@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",
"react-redux": "^9.0.0",
"redux": "^5.0.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"tsup": "^8.5.0",
"typescript": "^5.2.2"
},
"keywords": [
"oimdb",
"redux",
"adapter",
"reducer",
"state-management",
"typescript",
"reactive",
"collections",
"indexes"
],
"author": "Andrei Baikov",
"license": "MIT"
}