UNPKG

react-tately

Version:

Minimal, powerful global state manager for React

36 lines (35 loc) 733 B
{ "name": "react-tately", "version": "1.0.0", "description": "Minimal, powerful global state manager for React", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "keywords": [ "react", "state", "global state", "redux alternative", "stately" ], "author": "Your Name", "license": "MIT", "dependencies": { "react": "^18.0.0" }, "devDependencies": { "@types/react": "^19.1.7", "@types/react-dom": "^19.1.6", "tsup": "^7.0.0", "typescript": "^5.0.0" }, "scripts": { "build": "tsup src/index.ts --format esm,cjs --dts" } }