2019-02-21 21:48:39 +01:00
{
2023-07-27 15:20:24 +02:00
"name" : "@push.rocks/smartstate" ,
2026-02-27 10:18:18 +00:00
"version" : "2.0.31" ,
2019-02-21 21:48:39 +01:00
"private" : false ,
2026-02-27 11:40:07 +00:00
"description" : "A TypeScript-first reactive state management library with middleware, computed state, batching, persistence, and Web Component Context Protocol support." ,
2020-05-18 04:10:36 +00:00
"main" : "dist_ts/index.js" ,
"typings" : "dist_ts/index.d.ts" ,
2022-03-25 13:31:21 +01:00
"type" : "module" ,
2019-02-21 21:48:39 +01:00
"author" : "Lossless GmbH" ,
"license" : "MIT" ,
"scripts" : {
2025-06-19 23:57:56 +00:00
"test" : "(tstest test/ --verbose)" ,
"build" : "(tsbuild tsfolders --allowimplicitany && tsbundle npm)" ,
2023-04-04 21:44:16 +02:00
"buildDocs" : "tsdoc"
2019-02-21 21:48:39 +01:00
} ,
"devDependencies" : {
2026-02-02 00:52:23 +00:00
"@git.zone/tsbuild" : "^4.1.2" ,
2026-02-27 10:18:18 +00:00
"@git.zone/tsbundle" : "^2.9.0" ,
2026-02-02 00:52:23 +00:00
"@git.zone/tsrun" : "^2.0.1" ,
"@git.zone/tstest" : "^3.1.8" ,
2025-06-19 23:57:56 +00:00
"@push.rocks/tapbundle" : "^6.0.3" ,
2026-02-27 10:18:18 +00:00
"@types/node" : "^25.3.2"
2019-02-21 21:48:39 +01:00
} ,
"dependencies" : {
2025-09-12 22:08:35 +00:00
"@push.rocks/smarthash" : "^3.2.6" ,
2026-02-02 00:52:23 +00:00
"@push.rocks/smartjson" : "^6.0.0" ,
2025-06-19 23:57:56 +00:00
"@push.rocks/smartpromise" : "^4.2.3" ,
"@push.rocks/smartrx" : "^3.0.10" ,
2024-10-02 17:49:56 +02:00
"@push.rocks/webstore" : "^2.0.20"
2019-09-25 15:28:39 +02:00
} ,
"files" : [
2020-05-18 04:10:36 +00:00
"ts/**/*" ,
"ts_web/**/*" ,
"dist/**/*" ,
"dist_*/**/*" ,
"dist_ts/**/*" ,
"dist_ts_web/**/*" ,
"assets/**/*" ,
2019-09-25 15:28:39 +02:00
"cli.js" ,
"npmextra.json" ,
"readme.md"
2020-11-29 23:51:05 +00:00
] ,
"browserslist" : [
"last 1 chrome versions"
2024-04-14 18:24:08 +02:00
] ,
"keywords" : [
"state management" ,
"reactive programming" ,
"TypeScript" ,
"observables" ,
"web storage" ,
"state action" ,
"state selection" ,
"state notification" ,
"asynchronous state" ,
2026-02-27 11:40:07 +00:00
"cumulative notification" ,
"middleware" ,
"computed state" ,
"batch updates" ,
"context protocol" ,
"web components" ,
"AbortSignal"
2024-05-29 14:16:33 +02:00
] ,
"homepage" : "https://code.foss.global/push.rocks/smartstate" ,
"repository" : {
"type" : "git" ,
"url" : "https://code.foss.global/push.rocks/smartstate.git"
2025-06-19 23:57:56 +00:00
} ,
"packageManager" : "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
2024-10-02 15:59:41 +02:00
}