{
  "name": "prime-status",
  "version": "0.1.4",
  "description": "Prime Agent status line extension for the current working directory and session name",
  "author": "Andrés Tobelem <andres.tobelem@gmail.com>",
  "license": "MIT",
  "keywords": [
    "prime-agent-package",
    "pi-package",
    "pi-extension",
    "status-line",
    "session"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andrestobelem/prime-status.git"
  },
  "bugs": {
    "url": "https://github.com/andrestobelem/prime-status/issues"
  },
  "homepage": "https://github.com/andrestobelem/prime-status#readme",
  "files": [
    "dist",
    "src",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "tsconfig.json",
    "tsconfig.build.json"
  ],
  "type": "module",
  "exports": {
    ".": "./dist/index.js"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "prepare": "npm run build",
    "prepack": "npm run build",
    "typecheck": "tsc --noEmit",
    "test": "npm run build && node --test test/*.test.mjs",
    "pack:check": "npm run build && npm pack --dry-run"
  },
  "pi": {
    "extensions": [
      "./dist/index.js"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.80.3",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.84.2",
    "@earendil-works/pi-tui": "0.84.2",
    "typebox": "1.3.14",
    "typescript": "7.0.2"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  }
}
