@zedux/atoms
Version:
A Molecular State Engine for React
57 lines (56 loc) • 1.26 kB
JSON
{
"name": "@zedux/atoms",
"version": "1.3.5",
"description": "A Molecular State Engine for React",
"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"
},
"dependencies": {
"@zedux/core": "1.3.5"
},
"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/",
"keywords": [
"atom",
"atomic",
"composable",
"DI",
"easy",
"flexible",
"molecular",
"redux",
"simple",
"state",
"testable",
"zedux"
],
"license": "MIT",
"repository": {
"directory": "packages/atoms",
"type": "git",
"url": "https://github.com/Omnistac/zedux.git"
},
"scripts": {
"build": "../../scripts/build.js",
"lint": "eslint 'src/**/*.@(tsx|ts)' && tsc --noEmit",
"prepublishOnly": "yarn build",
"test": "cd ../.. && yarn test packages/atoms --collectCoverageFrom=packages/atoms/src/**/*.ts"
},
"sideEffects": false,
"type": "module"
}