{
  "name": "@untitledmarkdown/trace",
  "version": "0.1.0",
  "description": "Trace — record of work for AI coding agents. Install the full CLI with npm.",
  "keywords": [
    "trace",
    "cli",
    "ai",
    "agents",
    "claude-code",
    "codex",
    "untitledmarkdown"
  ],
  "license": "MIT",
  "author": "UntitledMarkdown",
  "homepage": "https://github.com/untitledmarkdown/trace",
  "repository": {
    "type": "git",
    "url": "https://github.com/untitledmarkdown/trace.git"
  },
  "bugs": {
    "url": "https://github.com/untitledmarkdown/trace/issues"
  },
  "bin": {
    "trace": "bin/trace.js"
  },
  "files": [
    "bin",
    "scripts",
    "vendor",
    "README.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "postinstall": "node scripts/install.js"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ]
}
