js_deep_ppx
Version:
js_deep ppx for deep object manipulation and cloning in reason
24 lines (23 loc) • 565 B
JSON
{
"name": "js_deep_ppx",
"version": "1.0.0-alpha.2",
"scripts": {
"postinstall": "bsb -make-world -backend native; cp lib/bs/native/js_deep.native ./ppx",
"clean": "bsb -clean-world"
},
"keywords": [
"Reason",
"Bucklescript"
],
"repository": {
"url": "jaredly/js_deep_ppx",
"type": "git"
},
"description": "js_deep ppx for deep object manipulation and cloning in reason",
"author": "Jared Forsyth",
"license": "ISC",
"readme": "../Readme.md",
"dependencies": {
"bs-platform": "bsansouci/bsb-native#3.2.0"
}
}