{ "name": "@push.rocks/smartstate", "version": "2.0.17", "private": false, "description": "A package for handling and managing state in applications.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", "build": "(tsbuild --web --allowimplicitany && tsbundle npm)", "buildDocs": "tsdoc" }, "devDependencies": { "@git.zone/tsbuild": "^2.1.70", "@git.zone/tsbundle": "^2.0.8", "@git.zone/tsrun": "^1.2.46", "@git.zone/tstest": "^1.0.81", "@push.rocks/tapbundle": "^5.0.15", "@types/node": "^20.8.0" }, "dependencies": { "@push.rocks/isohash": "^2.0.1", "@push.rocks/lik": "^6.0.5", "@push.rocks/smartjson": "^5.0.10", "@push.rocks/smartpromise": "^4.0.3", "@push.rocks/smartrx": "^3.0.6", "@push.rocks/webstore": "^2.0.13" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "keywords": [ "state management", "reactive programming", "TypeScript", "observables", "web storage", "state action", "state selection", "state notification", "asynchronous state", "cumulative notification" ], "homepage": "https://code.foss.global/push.rocks/smartstate", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartstate.git" } }