UNPKG

jotai-eager

Version:

Jōtai utilities that help with asynchronous atoms

61 lines 1.32 kB
{ "name": "jotai-eager", "version": "0.2.4", "description": "Jōtai utilities that help with asynchronous atoms", "keywords": [ "async", "asynchronous", "derive", "derived", "jotai", "promise", "react" ], "bugs": { "url": "https://github.com/jotaijs/jotai-eager/issues", "email": "iwoplaza@gmail.com" }, "license": "MIT", "author": "Iwo Plaza <iwoplaza@gmail.com> (https://iwoplaza.dev)", "repository": { "type": "git", "url": "git+https://github.com/jotaijs/jotai-eager.git" }, "files": [ "dist", "package.json", "README.md" ], "type": "module", "sideEffects": false, "exports": { "./package.json": "./package.json", ".": { "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" }, "default": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" } } }, "devDependencies": { "@types/node": "^22.15.2", "jotai": "2.16.1", "jotai-eager": "*", "typescript": "^5.9.3", "vite": "^7.3.1", "vitest": "^4.0.16" }, "peerDependencies": { "jotai": ">=2.0.0" }, "scripts": { "build": "unbuild", "test:types": "tsc -p . --noEmit" }, "main": "./dist/index.mjs", "types": "./dist/index.d.mts" }