@zedux/core
Version:
A high-level, declarative, composable form of Redux
57 lines (56 loc) • 1.28 kB
JSON
{
"name": "@zedux/core",
"version": "1.3.5",
"description": "A high-level, declarative, composable form of Redux",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"author": "Joshua Claunch",
"bugs": {
"url": "https://github.com/Omnistac/zedux/issues"
},
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"default": "./dist/cjs/index.js"
}
},
"files": [
"dist",
"src",
"README.md"
],
"homepage": "https://omnistac.github.io/zedux/",
"license": "MIT",
"keywords": [
"abstraction",
"beautiful",
"boilerplate",
"easy",
"flux",
"functional",
"immutable",
"management",
"memoized",
"performant",
"reducer",
"redux",
"simple",
"state",
"zedux"
],
"repository": {
"directory": "packages/core",
"type": "git",
"url": "https://github.com/Omnistac/zedux.git"
},
"scripts": {
"build": "../../scripts/build.js",
"lint": "eslint 'src/**/*.ts' && tsc --noEmit",
"prepublishOnly": "yarn build",
"test": "cd ../.. && yarn test packages/core --collectCoverageFrom=packages/core/src/**/*.ts"
},
"sideEffects": false,
"type": "module"
}