{
  "name": "@aporthq/oap-conformance",
  "version": "1.0.0",
  "description": "Open Agent Passport (OAP) conformance test runner",
  "main": "dist/runner.js",
  "type": "module",
  "scripts": {
    "test": "tsx src/runner.ts",
    "test:simple": "node test-runner.js",
    "test:pack": "tsx src/runner.ts --pack",
    "test:verbose": "tsx src/runner.ts --verbose",
    "test:report": "tsx src/runner.ts --report",
    "build": "tsc",
    "dev": "tsx watch src/runner.ts"
  },
  "bin": {
    "oap-conformance": "./dist/runner.js"
  },
  "keywords": [
    "oap",
    "agent-passport",
    "conformance",
    "testing",
    "verification"
  ],
  "author": "APort",
  "license": "MIT",
  "dependencies": {
    "ajv": "^8.12.0",
    "ajv-formats": "^2.1.1",
    "node-fetch": "^3.3.2",
    "commander": "^11.1.0",
    "chalk": "^5.3.0",
    "ora": "^7.0.1"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "typescript": "^5.3.0",
    "tsx": "^4.6.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
