{
  "name": "copilot.tools",
  "version": "3.0.3",
  "license": "UNLICENSED",
  "description": "Copilot skills: /tools, /history, /snapshot, /teach-me — session tracking, file snapshots, interactive code quiz — global install",
  "bin": {
    "copilot-history": "./_list_sessions.js",
    "copilot-tools-install": "./tools-install.js",
    "copilot-doc-extract": "./_extract_office.js"
  },
  "files": [
    "_list_sessions.js",
    "_extract_office.js",
    "tools-install.js",
    "README.md",
    "CHANGELOG.md",
    "skills"
  ],
  "scripts": {
    "postinstall": "node ./tools-install.js"
  },
  "engines": {
    "node": ">=14"
  }
}
