{
  "name": "section-tests",
  "version": "5.0.19",
  "description": "TDD for node.js",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc && cp -r src/lib/*.js dist/src/lib/",
    "prepublishOnly": "npm run build",
    "test": "npm run build && node dist/bin/run.js dist/test/main.js",
    "test:agent": "npm run build && node dist/bin/run.js --agent-output dist/test/main.js",
    "test:watch": "tsc --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/distributed-systems/section-tests.git"
  },
  "keywords": [
    "tdd",
    "test",
    "async",
    "await",
    "unit-test"
  ],
  "author": "Lina van der Weg",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/distributed-systems/section-tests/issues"
  },
  "homepage": "https://github.com/distributed-systems/section-tests#readme",
  "dependencies": {
    "@distributed-systems/callsite": "^4.0.0",
    "@distributed-systems/glob": "^3.0.0",
    "@distributed-systems/types": "^3.0.0",
    "log-update": "8.0.0",
    "logd": "5.3.0",
    "slice-ansi": "^9.0.0",
    "string-width": "^8.1.0",
    "strip-ansi": "^7.1.0"
  },
  "bin": {
    "section": "./dist/bin/run-npm.js"
  },
  "type": "module",
  "devDependencies": {
    "@tsconfig/node22": "^22.0.2",
    "@types/node": "^24.9.1",
    "ee-log": "^3.0.9",
    "typescript": "^5.9.3"
  },
  "files": [
    "dist",
    "vendor",
    "README.md",
    "MIGRATION_FOR_AGENTS.md",
    "LICENSE"
  ]
}
