{
  "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"
  }
}
