@m5nv/deepstate
Version:
A better DX for using signals in a framework agnostic manner
77 lines • 1.81 kB
JSON
{
"name": "@m5nv/deepstate",
"version": "1.5.1",
"description": "A better DX for using signals in a framework agnostic manner",
"type": "module",
"main": "src/preact-entry.js",
"repository": {
"type": "git",
"url": "git+https://github.com/million-views/packages.git",
"directory": "deepstate"
},
"exports": {
".": {
"import": "./src/preact-entry.js"
},
"./core": {
"import": "./src/core-entry.js"
},
"./preact": {
"import": "./src/preact-entry.js"
},
"./react": {
"import": "./src/react-entry.js"
},
"./svelte": {
"import": "./src/svelte-entry.js"
}
},
"files": [
"src/common.js",
"src/core-entry.js",
"src/preact-entry.js",
"src/react-entry.js",
"src/svelte-entry.js"
],
"bugs": {
"url": "https://github.com/million-views/packages/issues"
},
"homepage": "https://github.com/million-views/packages/tree/main/deepstate",
"author": {
"name": "Million Views, LLC.",
"url": "https://m5nv.com"
},
"license": "MIT",
"contributors": [
"Vijay Aswadhati (https://github.com/vijay8i)",
"Hemalatha Manickam (https://github.com/hmanicka)"
],
"keywords": [
"fine-grained",
"state",
"management",
"framework",
"agnostic",
"signal",
"effect",
"computed",
"deepstate",
"deep"
],
"scripts": {
"test": "vitest --dir test",
"test:ui": "vitest --dir test --ui",
"test:run": "vitest --dir test run",
"test:coverage": "vitest --dir test run --coverage"
},
"devDependencies": {
"@vitest/coverage-v8": "^3.0.9",
"@vitest/ui": "^3.0.9",
"vitest": "^3.0.9"
},
"peerDependencies": {
"@preact/signals-core": "^1.8.0",
"@preact/signals": "^2.0.1",
"@preact/signals-react": "^3.0.1"
}
}