{
  "name": "@zuplo/test",
  "version": "7.8.0",
  "type": "module",
  "description": "Type definitions for the Zuplo test runner",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zuplo/core.git"
  },
  "author": "Zuplo, Inc.",
  "license": "Copyright 2022",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "README.md",
    "dist/index.d.ts"
  ],
  "engines": {
    "node": ">=24.0.0"
  }
}