{
  "name": "test-diff",
  "repository": "github:fabiospampinato/test-diff",
  "description": "Library for writing tests that diff the excepted output with the actual output.",
  "version": "2.0.4",
  "type": "module",
  "main": "dist/index.js",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "clean": "tsex clean",
    "compile": "tsex compile",
    "compile:watch": "tsex compile --watch",
    "test": "tsex test",
    "test:watch": "tsex test --watch",
    "prepublishOnly": "tsex prepare"
  },
  "keywords": [
    "test",
    "diff",
    "compare"
  ],
  "dependencies": {
    "tiny-colors": "^2.0.2",
    "tiny-readdir": "^2.2.0",
    "zeptomatch": "^1.1.3"
  },
  "devDependencies": {
    "@types/node": "^20.4.9",
    "fava": "^0.2.1",
    "tsex": "^3.0.1",
    "typescript": "^5.1.6"
  }
}
