iuf
Version:
Immutable update patters functions
32 lines (31 loc) • 709 B
JSON
{
"name": "iuf",
"version": "1.1.3",
"description": "Immutable update patters functions",
"main": "src/index.js",
"scripts": {
"test": "jest",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/coockoo/iuf.git"
},
"keywords": [
"immutable",
"update",
"functions",
"state-tree",
"immutables",
"object"
],
"author": "Oleksandr Bondarchuk <alex.coockoo@gmail.com> (https://github.com/coockoo)",
"license": "MIT",
"bugs": {
"url": "https://github.com/coockoo/iuf/issues"
},
"homepage": "https://github.com/coockoo/iuf#readme",
"devDependencies": {
"jest": "^26.0.1"
}
}