{
  "name": "pi-leetcode-practice",
  "version": "0.1.0",
  "description": "Guided LeetCode practice workflow for Pi: start problems, learn with notes, and open LeetCode for manual Run/Submit.",
  "type": "module",
  "license": "MIT",
  "author": "Sudhanshu Saxena",
  "homepage": "https://github.com/ashugit/pi-leetcode-practice#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ashugit/pi-leetcode-practice.git"
  },
  "bugs": {
    "url": "https://github.com/ashugit/pi-leetcode-practice/issues"
  },
  "keywords": [
    "pi-package",
    "pi-coding-agent",
    "pi-extension",
    "leetcode",
    "coding-interview",
    "practice",
    "terminal"
  ],
  "main": "src/leetcode.ts",
  "types": "src/leetcode.ts",
  "pi": {
    "extensions": [
      "./src/leetcode.ts"
    ]
  },
  "files": [
    "src",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "lint:namespaces": "node scripts/check-command-namespaces.mjs",
    "validate:release": "node scripts/validate-release.mjs",
    "smoke:live": "node scripts/live-smoke.mjs",
    "smoke:live:prompt": "./scripts/live-smoke-prompt.sh"
  },
  "dependencies": {
    "typebox": "latest"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "typescript": "^5.6.0",
    "@types/node": "^22.0.0"
  }
}
