{
  "name": "@olane/o-test",
  "version": "0.9.0",
  "type": "module",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "default": "./dist/src/index.js"
    }
  },
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "aegir test",
    "test:node": "aegir test -t node",
    "test:browser": "aegir test -t browser",
    "build": "tsc",
    "clean": "rm -rf dist",
    "deep:clean": "rm -rf node_modules && rm -f package-lock.json",
    "start:prod": "node dist/src/index.js",
    "dev": "tsx watch src/index.ts",
    "prepublishOnly": "npm run build",
    "lint": "aegir lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/olane-labs/olane.git"
  },
  "author": "oLane Inc.",
  "license": "(MIT OR Apache-2.0)",
  "description": "Comprehensive testing utilities and best practices for O-Network node development using Mocha/Chai (libp2p ecosystem)",
  "keywords": [
    "olane",
    "o-network",
    "testing",
    "test-utilities",
    "mocha",
    "chai",
    "aegir",
    "libp2p",
    "test-environment"
  ],
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.4",
    "@eslint/js": "^10.0.1",
    "@olane/o-leader": "0.9.0",
    "@tsconfig/node20": "^20.1.9",
    "@types/fs-extra": "^11.0.4",
    "@types/jest": "^30.0.0",
    "@types/touch": "^3.1.5",
    "@typescript-eslint/eslint-plugin": "^8.56.1",
    "@typescript-eslint/parser": "^8.56.1",
    "aegir": "^47.0.26",
    "chai": "^6.2.2",
    "eslint": "^10.0.2",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.5",
    "globals": "^17.3.0",
    "jest": "^30.2.0",
    "prettier": "^3.8.1",
    "ts-jest": "^29.4.6",
    "ts-node": "^10.9.2",
    "tsconfig-paths": "^4.2.0",
    "tsx": "^4.21.0",
    "typescript": "5.9.3"
  },
  "dependencies": {
    "@olane/o-core": "0.9.0",
    "@olane/o-lane": "0.9.0",
    "@olane/o-node": "0.9.0",
    "@olane/o-protocol": "0.9.0",
    "@olane/o-tool": "0.9.0",
    "chalk": "^5.6.2",
    "debug": "^4.4.3",
    "dotenv": "^17.3.1"
  },
  "gitHead": "70399c2311a2e34f02285a522a51a55faee62d65"
}
