{
  "name": "@phongndo/pi-threads",
  "version": "0.4.0",
  "description": "A minimal Pi extension for managing background Pi child sessions.",
  "keywords": [
    "agents",
    "pi-extension",
    "pi-package",
    "threads"
  ],
  "homepage": "https://github.com/phongndo/pi-threads#readme",
  "bugs": {
    "url": "https://github.com/phongndo/pi-threads/issues"
  },
  "license": "MIT",
  "author": "phongndo",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/phongndo/pi-threads.git"
  },
  "files": [
    "src",
    "docs",
    "CHANGELOG.md",
    "CODE_OF_CONDUCT.md",
    "CONTRIBUTING.md",
    "LICENSE",
    "README.md",
    "SECURITY.md"
  ],
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.80.3",
    "@earendil-works/pi-coding-agent": "^0.80.3",
    "@earendil-works/pi-tui": "^0.80.3",
    "@types/node": "^22.19.0",
    "oxfmt": "^0.57.0",
    "oxlint": "^1.72.0",
    "typebox": "1.1.38",
    "typescript": "^6.0.3",
    "typescript-language-server": "^5.3.0",
    "vitest": "^4.1.9"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "scripts": {
    "check": "pnpm oxformat:check && pnpm lint && pnpm typecheck && pnpm test",
    "dev:pi": "pi -ne -e .",
    "lint": "oxlint --deny-warnings --tsconfig tsconfig.json src test vitest.config.ts",
    "lint:fix": "pnpm lint --fix",
    "licenses:list": "pnpm licenses list",
    "lsp:oxformat": "oxfmt --lsp",
    "lsp:oxlint": "oxlint --lsp",
    "lsp:ts": "typescript-language-server --stdio",
    "oxformat": "oxfmt --write .",
    "oxformat:check": "oxfmt --check .",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit"
  }
}