storable-state
Version:
State management library that integrates with localStorage
40 lines (39 loc) • 931 B
JSON
{
"name": "storable-state",
"version": "2.1.0",
"description": "State management library that integrates with localStorage",
"main": "index.js",
"scripts": {
"test": "concurrently \"tsc-watch\" \"webpack --config browserTest.config.js\""
},
"keywords": [
"store",
"storable",
"pubsub",
"writable",
"readable",
"state",
"state-management"
],
"author": "Mats Sommervold <mats@sommervold.net> (https://matssom.com)",
"license": "MIT",
"dependencies": {
"buffer": "^6.0.3",
"serialize-javascript": "^5.0.1"
},
"devDependencies": {
"chai": "^4.2.0",
"concurrently": "^5.3.0",
"mocha": "^8.2.1",
"ts-loader": "^8.0.11",
"tsc-watch": "^4.2.9",
"typescript": "^4.1.2",
"webpack": "^5.8.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
},
"files": [
"dist",
"index.js"
]
}