UNPKG

statesio

Version:
43 lines 1.04 kB
{ "name": "statesio", "version": "1.0.12", "description": "State manager.", "author": "Firat Kiral", "license": "MIT", "keywords": [ "state", "connect", "evaluation", "property", "observable", "listener", "signal", "callback" ], "main": "dist/statesio.js", "types": "dist/statesio.d.ts", "module": "dist/statesio.module.js", "files": [ "dist/*", "examples/**/*" ], "scripts": { "build": "node build.js" }, "dependencies": {}, "devDependencies": { "fs-extra": "^10.0.0", "typescript": "^4.3.4", "copy-webpack-plugin": "^10.2.4", "webpack": "^5.72.1", "webpack-cli": "^4.9.2" }, "repository": { "type": "git", "url": "git+https://github.com/firatkiral/statesio.git" }, "bugs": { "url": "https://github.com/firatkiral/statesio/issues" }, "homepage": "https://github.com/firatkiral/statesio#readme" }