{
  "name": "wonder-bs-jest",
  "version": "0.3.8",
  "description": "BuckleScript bindings to the Jest testing framework for wonder",
  "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": [
    "wonder",
    "jest",
    "bucklescript",
    "test"
  ],
  "license": "MIT",
  "devDependencies": {
    "bs-platform": "4.0.18"
  },
  "dependencies": {
    "jest": "24.3.1"
  },
  "gitHead": "ae96e40be853550a62eabc073d560cdf16b92281"
}
