{
  "name": "@dusty-phillips/rescript-zora",
  "version": "5.0.1",
  "description": "lightning-fast testing for a lightning-fast compiler",
  "repository": "github:dusty-phillips/rescript-zora",
  "scripts": {
    "clean": "rescript clean",
    "build": "rescript build",
    "format": "rescript format -all",
    "test": "pta --module-loader module 'tests/*.test.mjs'",
    "test:watch": "npx onchange --initial '{tests,src}/*.mjs' -- pta 'tests/*.test.mjs'",
    "watch": "rescript build -w"
  },
  "keywords": [
    "rescript",
    "testing",
    "zora"
  ],
  "author": "Dusty Phillips",
  "license": "MIT",
  "devDependencies": {
    "@rescript/core": "^1.3.0",
    "onchange": "^7.1.0",
    "rescript": "^11.1.0"
  },
  "dependencies": {
    "pta": "^1.2.0",
    "zora": "^5.2.0"
  }
}
