{
  "name": "claudes-office",
  "version": "0.4.1",
  "description": "CLI tool to initialize Claude's office in your project",
  "main": "dist/index.js",
  "bin": {
    "claudes-office": "bin/claudes-office"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "lint": "eslint src/**/*.ts",
    "test": "node test.js",
    "prepare": "npm run build"
  },
  "keywords": [
    "claude",
    "ai",
    "claude-office",
    "productivity",
    "ai-assistant",
    "organization"
  ],
  "author": "Ajna Blossom <Ajna@buddhabooth.com>",
  "license": "MIT",
  "dependencies": {
    "archiver": "^5.3.1",
    "axios": "^1.6.7",
    "chalk": "^4.1.2",
    "commander": "^11.1.0",
    "diff": "^5.1.0",
    "extract-zip": "^2.0.1",
    "figlet": "^1.7.0",
    "fs-extra": "^11.3.0",
    "glob": "^10.3.10",
    "inquirer": "^8.2.5",
    "ora": "^5.4.1"
  },
  "devDependencies": {
    "@types/archiver": "^5.3.4",
    "@types/diff": "^5.2.3",
    "@types/extract-zip": "^2.0.3",
    "@types/figlet": "^1.7.0",
    "@types/fs-extra": "^11.0.4",
    "@types/glob": "^8.1.0",
    "@types/inquirer": "^8.2.10",
    "@types/node": "^20.17.24",
    "@typescript-eslint/eslint-plugin": "^7.0.1",
    "@typescript-eslint/parser": "^7.0.1",
    "eslint": "^8.56.0",
    "typescript": "^5.3.3"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
