{
  "name": "@lucasygu/bikeshare",
  "version": "0.1.0",
  "description": "CLI for Bike Share Toronto — real-time station availability, nearby docks, and e-bike tracking from the terminal",
  "type": "module",
  "main": "./dist/lib/client.js",
  "exports": {
    ".": "./dist/lib/client.js"
  },
  "bin": {
    "bikeshare": "dist/cli.js"
  },
  "files": [
    "dist/",
    "scripts/",
    "helpers/",
    "SKILL.md",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "tsc && chmod +x dist/cli.js",
    "dev": "tsc --watch",
    "prepublishOnly": "npm run build",
    "postinstall": "node scripts/postinstall.js",
    "preuninstall": "node scripts/preuninstall.js",
    "start": "node dist/cli.js"
  },
  "engines": {
    "node": ">=22"
  },
  "keywords": [
    "bikeshare",
    "toronto",
    "bike",
    "gbfs",
    "cycling",
    "realtime",
    "cli",
    "claude-code",
    "claude-code-skill"
  ],
  "author": "lucasygu",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lucasygu/bikeshare.git"
  },
  "dependencies": {
    "commander": "^13.1.0",
    "kleur": "^4.1.5"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0"
  }
}
