UNPKG

useputer

Version:

A **Zustand store wrapper** for [Puter.js](https://puter.com) that provides **state management and hooks** for authentication, file system operations, AI tools, and key-value storage — all inside your React applications.

32 lines (31 loc) 610 B
{ "name": "useputer", "version": "0.1.6", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "repository": { "url": "https://github.com/la3jiz/usePuter-npm-package.git" }, "scripts": { "build": "tsup" }, "keywords": [ "puter.js" ], "author": "AmineLaziz", "license": "ISC", "description": "", "devDependencies": { "@types/react": "^19.1.10", "tsup": "^8.5.0", "typescript": "^5.9.2" }, "dependencies": { "zustand": "^5.0.7" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" } }