{
  "name": "@amxv/agentscript",
  "version": "0.1.1",
  "description": "Readable Claude Code and Codex JSONL transcript searcher, renderer, and slicer",
  "license": "MIT",
  "author": "amxv",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/amxv/agentscript.git"
  },
  "homepage": "https://github.com/amxv/agentscript#readme",
  "bugs": {
    "url": "https://github.com/amxv/agentscript/issues"
  },
  "bin": {
    "agentscript": "bin/agentscript.js"
  },
  "config": {
    "cliBinaryName": "agentscript"
  },
  "files": [
    "bin/agentscript.js",
    "scripts/postinstall.js",
    "cmd",
    "internal",
    "go.mod",
    "README.md",
    "LICENSE",
    "AGENTS.md",
    "CONTRIBUTORS.md",
    "Makefile"
  ],
  "scripts": {
    "postinstall": "node scripts/postinstall.js",
    "test": "node --check bin/agentscript.js && node --check scripts/postinstall.js",
    "lint": "npm run test",
    "docs:dev": "astro dev",
    "docs:build": "astro build",
    "docs:preview": "astro preview",
    "docs:check": "astro check"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "claude-code",
    "codex",
    "jsonl",
    "transcript",
    "cli",
    "agent"
  ],
  "devDependencies": {
    "@astrojs/check": "^0.9.4",
    "@types/node": "^24.0.13",
    "astro": "^7.0.3",
    "typescript": "^5.9.2",
    "zuedocs": "0.1.24"
  }
}
