UNPKG

@captaincodeman/rdx

Version:

Small state library. Like Redux, but smaller

68 lines (67 loc) 1.65 kB
{ "name": "@captaincodeman/rdx", "version": "1.0.0-rc.9", "description": "Small state library. Like Redux, but smaller", "type": "module", "module": "lib/index.js", "main": "lib/index.js", "types": "typings/index.d.ts", "sideEffects": false, "files": [ "lib", "typings" ], "exports": { ".": "./lib/index.js" }, "scripts": { "docs": "docsify serve ./docs", "build": "rollup -c", "build:watch": "rollup -c -w", "test": "package-check", "test:watch": "mocha -w", "test:types": "dtslint ./test/types", "prepublishOnly": "npm run build", "start": "node server.js" }, "author": "Simon Green <simon@captaincodeman.com> (https://github.com/captaincodeman)", "license": "ISC", "homepage": "https://captaincodeman.github.io/rdx/", "repository": { "type": "git", "url": "git://github.com/CaptainCodeman/rdx" }, "bugs": { "url": "https://github.com/CaptainCodeman/rdx/issues" }, "keywords": [ "lightweight", "tiny", "state", "client", "store", "redux", "immutable", "reducer" ], "devDependencies": { "@rollup/plugin-typescript": "^6.0.0", "@skypack/package-check": "^0.1.0", "browser-sync": "^2.26.13", "chai": "^4.2.0", "compression": "^1.7.4", "conditional-type-checks": "^1.0.5", "docsify-cli": "^4.4.1", "dtslint": "^4.0.4", "mocha": "^8.2.0", "redux": "^4.0.5", "rollup": "^2.32.1", "rollup-plugin-size": "^0.2.2", "rollup-plugin-terser": "^7.0.2", "tslib": "^2.0.3", "typescript": "^4.0.3" }, "dependencies": { "@captaincodeman/router": "^1.0.3" } }