UNPKG

@captaincodeman/rdx-model

Version:

A small wrapper for [rdx](https://github.com/CaptainCodeman/rdx), my tiny Redux alternative, which makes bundling a state model small and simple.

53 lines (52 loc) 1.32 kB
{ "name": "@captaincodeman/rdx-model", "version": "1.0.0-rc.5", "description": "", "type": "module", "module": "lib/index.js", "types": "typings/index.d.ts", "files": [ "lib/**", "typings/**" ], "scripts": { "build": "rollup -c", "build:watch": "rollup -c -w", "test": "mocha", "test:watch": "mocha -w", "test:types": "dtslint ./typings/test", "prepublishOnly": "npm run build" }, "author": "Simon Green <simon@captaincodeman.com> (https://github.com/captaincodeman)", "license": "ISC", "repository": { "type": "git", "url": "git://github.com/CaptainCodeman/rdx-model" }, "bugs": { "url": "https://github.com/CaptainCodeman/rdx-model/issues" }, "keywords": [ "rdx", "redux", "model", "boilerplate" ], "devDependencies": { "@captaincodeman/rdx": "^1.0.0-rc.2", "@captaincodeman/router": "^1.0.1", "@rollup/plugin-node-resolve": "^7.1.1", "@rollup/plugin-typescript": "^3.0.0", "browser-sync": "^2.26.7", "chai": "^4.2.0", "compression": "^1.7.4", "conditional-type-checks": "^1.0.5", "dtslint": "^3.0.0", "mocha": "^7.0.1", "rollup": "^1.31.1", "rollup-plugin-size": "^0.2.2", "rollup-plugin-terser": "^5.2.0", "tslib": "^1.10.0", "typescript": "^3.7.5" } }