{
  "name": "esbehavior",
  "version": "8.0.2",
  "description": "A framework for writing executable documentation",
  "homepage": "https://github.com/brian-watkins/esbehavior/tree/main/packages/esbehavior",
  "repository": {
    "type": "git",
    "url": "https://github.com/brian-watkins/esbehavior"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "type": "module",
  "exports": "./dist/index.js",
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "rm -rf ./dist && tsc",
    "test": "npm run test:types && npm run test:node && npm run test:browser",
    "test:node": "tsx ./test/index.ts",
    "test:browser": "tsx ./test/browserRunner.ts",
    "test:browser:watch": "WATCH=true npm run test:browser",
    "test:one": "tsx ",
    "test:types": "tsc --noEmit && tsc --noEmit -p ./test",
    "sample:node": "npm run test:raw --prefix samples/node",
    "sample:react": "npm run test --prefix samples/react"
  },
  "author": "Brian Watkins",
  "license": "MIT",
  "devDependencies": {
    "@sinonjs/fake-timers": "^15.3.2",
    "@types/chai": "^5.2.3",
    "@types/node": "^24.12.2",
    "@types/sinonjs__fake-timers": "^15.0.1",
    "@types/source-map-support": "^0.5.6",
    "@types/stringify-object": "^4.0.5",
    "chai": "^6.2.2",
    "playwright": "^1.59.1",
    "source-map-support": "^0.5.21",
    "tsx": "^4.21.0",
    "typescript": "^6.0.3",
    "uvu": "^0.5.6",
    "vite": "^8.0.10"
  },
  "dependencies": {
    "pure-rand": "^8.4.0",
    "stacktrace-parser": "^0.1.11",
    "stringify-object": "^6.0.0"
  },
  "volta": {
    "node": "24.15.0"
  }
}
