{
  "name": "orillusion-bs-jest",
  "version": "0.3.11",
  "description": "BuckleScript bindings to the Jest testing framework for orillusion",
  "scripts": {
    "build": "bsb -make-world",
    "start": "bsb -make-world -w",
    "test": "npm run build && jest",
    "watch:bsb": "bsb -make-world -w",
    "watch:jest": "jest --watchAll",
    "watch:screen": "screen -c .screenrc"
  },
  "keywords": [
    "orillusion",
    "jest",
    "bucklescript",
    "test"
  ],
  "license": "MIT",
  "devDependencies": {
    "bs-platform": "4.0.18"
  },
  "dependencies": {
    "jest": "24.3.1"
  },
  "gitHead": "299e8aa1b1c2b8746d02f8618a3801bcf4227661"
}
