{
  "name": "bs-opam-packages",
  "version": "0.1.4",
  "description": "Ppx from ocaml as node module for usage in Bucklescript",
  "scripts": {
    "clean": "bsb -clean-world",
    "build": "bsb -make-world",
    "watch": "bsb -make-world -w"
  },
  "keywords": [
    "BuckleScript"
  ],
  "main": "index.js",
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "bs-platform": "^5.0.6"
  },
  "files": [
    "src/",
    "bsconfig.json",
    "ppx/",
    "lib/"
  ]
}
