UNPKG

statefull

Version:

Subscribe to state changes.

62 lines (61 loc) 1.28 kB
{ "name": "statefull", "description": "Subscribe to state changes.", "version": "1.3.0", "homepage": "https://github.com/rilexus/state", "author": "Stanislav Panchenko (https://github.com/rilexus)", "contributors": [ "Stanislav Panchenko (https://github.com/rilexus)" ], "repository": "rilexus/state", "bugs": { "url": "https://github.com/rilexus/state/issues" }, "license": "MIT", "main": "index.cjs.js", "module": "index.js", "files": [ "index.cjs.js", "index.js" ], "engines": { "node": ">=0.10.0" }, "scripts": { "build": "babel index.js --out-file index.cjs.js", "prepublish": "npm run build", "prebuild": "npm run test", "test": "jest", "test:watch": "npm run test -- --watch" }, "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "@babel/preset-env": "^7.26.0", "gulp-format-md": "^0.1.9", "jest": "^29.7.0", "nodemon": "^2.0.19", "prettier": "^2.7.1" }, "keywords": [ "state", "subscribe", "statefull" ], "verb": { "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "lint": { "reflinks": true }, "reflinks": [ "verb" ] } }