{
  "name": "@ensdomains/ens-test-env",
  "type": "module",
  "version": "1.0.1",
  "files": [
    "src",
    "ens-test-env.config.js"
  ],
  "types": "src/index.d.ts",
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "cli-progress": "^3.10.0",
    "commander": "^14.0.0",
    "concurrently": "^9.1.2",
    "docker-compose": "^1.2.0",
    "dotenv": "^16.5.0",
    "dunai": "0.0.0-dev.2",
    "js-yaml": "^4.1.0",
    "picocolors": "^1.1.1",
    "tar-fs": "^3.0.9",
    "wait-on": "^8.0.2"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^22.15.21",
    "ts-node": "^10.7.0",
    "typescript": "^5.3.2"
  },
  "preferUnplugged": true,
  "bin": "./src/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ensdomains/ens-test-env.git"
  },
  "scripts": {
    "typecheck": "tsc --noEmit -p jsconfig.json",
    "check": "biome check",
    "test": "node --test test/*.test.js",
    "test:cov": "node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info --experimental-test-module-mocks --test-coverage-include='src/*.js' test/*.test.js"
  }
}