UNPKG

storken

Version:

🚀 5KB LLM-native state management for React 18+ with TypeScript, universal API, and plugin system

64 lines • 1.58 kB
{ "name": "storken", "version": "3.0.2", "description": "🚀 5KB LLM-native state management for React 18+ with TypeScript, universal API, and plugin system", "keywords": [ "react", "state-management", "typescript", "react18", "llm-native", "ai-assisted", "minimal", "plugin-system", "universal-api", "server-components", "client-components", "useSyncExternalStore", "getter-setter", "async-state", "performance", "zero-dependencies" ], "author": "Kerem Noras <kerem@noras.tech>", "license": "MIT", "repository": { "url": "https://github.com/storkenjs/storken", "type": "git" }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "peerDependencies": { "react": ">=18.0.0" }, "devDependencies": { "@testing-library/jest-dom": "^6.7.0", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/react": "^18.2.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "@vitejs/plugin-react": "^5.0.0", "@vitest/ui": "^3.2.4", "eslint": "^8.0.0", "jsdom": "^26.1.0", "playwright": "^1.55.0", "react": "^18.2.0", "react-dom": "18.2.0", "tsup": "^7.0.0", "typescript": "^5.0.0", "vitest": "^0.34.0" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "typecheck": "tsc --noEmit", "lint": "eslint src --ext .ts,.tsx", "test": "vitest", "test:ci": "vitest run" } }