{
  "name": "ai-slash-commands",
  "version": "2026.7.30",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/popstas/ai-slash-commands.git"
  },
  "homepage": "https://github.com/popstas/ai-slash-commands#readme",
  "bugs": {
    "url": "https://github.com/popstas/ai-slash-commands/issues"
  },
  "bin": {
    "ai-slash-commands": "scripts/cli.mjs"
  },
  "scripts": {
    "gen": "node scripts/gen.mjs",
    "install-configs": "node scripts/install-configs.mjs",
    "gen-install": "npm run gen && npm run install-configs",
    "uninstall": "node scripts/uninstall.mjs",
    "link:windsurf": "node scripts/link-windsurf.mjs",
    "changelog": "npx git-cliff -o CHANGELOG.md",
    "version:today": "node scripts/release-version.mjs",
    "release": "node scripts/release.mjs",
    "prepare": "husky",
    "test": "node --test \"scripts/tests/**/*.test.mjs\""
  },
  "devDependencies": {
    "git-cliff": "^2.13.1",
    "husky": "^9.1.7"
  }
}
