UNPKG

779 BJSONView Raw
1{
2 "name": "jotai",
3 "private": false,
4 "version": "0.8.0",
5 "description": "👻 Next gen state management that will spook you",
6 "main": "index.cjs.js",
7 "module": "index.js",
8 "types": "index.d.ts",
9 "files": [
10 "**"
11 ],
12 "sideEffects": false,
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/react-spring/jotai.git"
16 },
17 "keywords": [
18 "react",
19 "state",
20 "manager",
21 "management",
22 "recoil",
23 "store"
24 ],
25 "author": "Daishi Kato",
26 "contributors": [],
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/react-spring/jotai/issues"
30 },
31 "homepage": "https://github.com/react-spring/jotai",
32 "dependencies": {
33 "use-context-selector": "1.2.2"
34 },
35 "peerDependencies": {
36 "react": ">=16.8"
37 }
38}