{
  "name": "@aholbreich/pi-tl",
  "version": "0.3.1",
  "description": "Pi extension for the tl (task-ledger) CLI.",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "taskledger",
    "tl"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/aholbreich/pi"
  },
  "pi": {
    "extensions": [
      "./extensions/tl/index.ts"
    ],
    "image": "https://raw.githubusercontent.com/aholbreich/pi/main/docs/images/tl-board.png"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@cucumber/cucumber": "^12.9.0",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "tsx": "^4.22.4",
    "typebox": "*",
    "typescript": "^5.0.0"
  },
  "scripts": {
    "check": "tsc --noEmit",
    "test": "node --test tests/*.test.mjs",
    "test:bdd": "cucumber-js",
    "test:all": "node --test tests/*.test.mjs && cucumber-js",
    "release:dry": "node scripts/determine-version.js",
    "preversion": "node scripts/pre-version.js"
  },
  "files": [
    "extensions",
    "README.md"
  ]
}
