jotai-x
Version:
Jotai store factory for a best-in-class developer experience.
61 lines (60 loc) • 1.35 kB
JSON
{
"name": "jotai-x",
"version": "2.3.2",
"description": "Jotai store factory for a best-in-class developer experience.",
"license": "MIT",
"homepage": "https://jotai-x.udecode.dev/",
"repository": {
"type": "git",
"url": "https://github.com/udecode/jotai-x.git",
"directory": "packages/jotai-x"
},
"bugs": {
"url": "https://github.com/udecode/jotai-x/issues"
},
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"module": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"scripts": {
"build": "yarn p:build",
"build:watch": "yarn p:build:watch",
"brl": "yarn p:brl",
"clean": "yarn p:clean",
"lint": "yarn p:lint",
"lint:fix": "yarn p:lint:fix",
"test": "yarn p:test",
"test:watch": "yarn p:test:watch",
"typecheck": "yarn p:typecheck"
},
"peerDependencies": {
"@types/react": ">=17.0.0",
"jotai": ">=2.0.0",
"react": ">=17.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"react": {
"optional": true
}
},
"keywords": [
"jotai"
],
"publishConfig": {
"access": "public"
}
}