[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/codetime-dev/codetime-cli/main/packages/cli/package.json [Back]  [Original]

{
  "name": "codetime-cli",
  "type": "module",
  "version": "0.8.1",
  "description": "codetime CLI  install AI-agent hooks (Claude Code, Codex, OpenCode, Pi) and report activity to codetime.dev.",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/codetime-dev/codetime-cli#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codetime-dev/codetime-cli.git"
  },
  "bugs": {
    "url": "https://github.com/codetime-dev/codetime-cli/issues"
  },
  "keywords": [
    "codetime",
    "ai",
    "agent",
    "cli",
    "tracking",
    "activity"
  ],
  "bin": {
    "codetime": "./bin/codetime.mjs"
  },
  "files": [
    "bin"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "build:bundle": "node bundle.mjs",
    "prepublishOnly": "node bundle.mjs",
    "test": "node --conditions=development --test --import tsx test/*.test.ts"
  },
  "devDependencies": {
    "@codetime/shared": "workspace:*",
    "cac": "^7.0.0",
    "esbuild": "^0.28.0"
  }
}

Web Proxy Viewer  |  New URL  |  Original Page