UNPKG

origami-state-manager

Version:

A global state management library that is light and requires minimal boilerplate. OSM stands out for its ability to seamlessly access and update global states from both React and non-React environments.

80 lines (79 loc) 2.13 kB
{ "name": "origami-state-manager", "version": "1.1.1", "description": "A global state management library that is light and requires minimal boilerplate. OSM stands out for its ability to seamlessly access and update global states from both React and non-React environments.", "main": "./dist/index.js", "module": "./dist/index.es.js", "files": [ "dist" ], "types": "./dist/index.d.ts", "jest": { "transform": { ".(ts|tsx)": "ts-jest" }, "testEnvironment": "jsdom", "testRegex": "(\\.(test|spec))\\.(ts|tsx)$", "moduleFileExtensions": [ "ts", "tsx", "js" ] }, "scripts": { "build": "rollup -c --bundleConfigAsCjs", "test": "jest" }, "author": "Abdul Zahir", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/azee-rajput/origami-state-manager.git" }, "bugs": { "url": "https://github.com/azee-rajput/origami-state-manager/issues" }, "homepage": "https://github.com/azee-rajput/origami-state-manager#readme", "keywords": [ "react", "state management", "store", "redux", "recoil", "zustand", "mobx", "state", "global state", "react state", "react component" ], "devDependencies": { "@babel/preset-env": "7.20.2", "@babel/runtime": "7.25.6", "@rollup/plugin-commonjs": "26.0.1", "@rollup/plugin-node-resolve": "15.2.3", "@rollup/plugin-terser": "0.4.4", "@rollup/plugin-typescript": "11.1.6", "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "13.4.0", "@types/jest": "29.5.12", "@types/react": "18.3.3", "babel-jest": "29.4.3", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "react": "18.3.1", "react-dom": "18.3.1", "react-scripts": "5.0.1", "rollup": "4.19.1", "rollup-plugin-cleanup": "^3.2.1", "rollup-plugin-dts": "6.1.1", "rollup-plugin-esbuild": "^6.1.1", "rollup-plugin-peer-deps-external": "2.2.4", "ts-jest": "29.2.5", "tslib": "2.6.3", "typescript": "5.5.4" }, "overrides": { "typescript": "5.5.4" } }