{
  "name": "agentic-code",
  "version": "0.7.0",
  "description": "Task-oriented context engineering framework for LLM coding agents - AGENTS.md standard compliant",
  "files": [
    "bin/",
    ".agents/",
    "AGENTS.md"
  ],
  "bin": {
    "agentic-code": "./bin/cli.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "agents-md",
    "context-engineering",
    "agentic-coding",
    "coding-agent",
    "llm",
    "codex",
    "cursor",
    "windsurf",
    "cline"
  ],
  "author": "Shinsuke Kagawa",
  "license": "MIT",
  "packageManager": "pnpm@10.15.1",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shinpr/agentic-code.git"
  },
  "bugs": {
    "url": "https://github.com/shinpr/agentic-code/issues"
  },
  "homepage": "https://github.com/shinpr/agentic-code#readme",
  "engines": {
    "node": ">=22.0.0"
  }
}
