{
  "name": "f5-framework-cli",
  "version": "1.2.0",
  "description": "F5 Framework - Enterprise Spec-Driven Development Toolkit with BA/SRS capabilities",
  "bin": {
    "f5": "./bin/f5.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "files": [
    "bin",
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "vitest",
    "lint": "eslint src/",
    "prepublish": "pnpm build"
  },
  "dependencies": {
    "boxen": "^7.1.0",
    "chalk": "^5.3.0",
    "chokidar": "^3.6.0",
    "commander": "^12.0.0",
    "docx": "^9.5.1",
    "exceljs": "^4.4.0",
    "form-data": "^4.0.0",
    "fs-extra": "^11.2.0",
    "glob": "^10.5.0",
    "gray-matter": "^4.0.3",
    "inquirer": "^9.2.0",
    "js-yaml": "^4.1.1",
    "mammoth": "^1.11.0",
    "marked": "^12.0.2",
    "nodemailer": "^6.10.1",
    "ora": "^8.2.0",
    "pdf-parse": "^2.4.5",
    "puppeteer": "^22.15.0",
    "tesseract.js": "^6.0.1",
    "xlsx": "^0.18.5",
    "yaml": "^2.3.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.0",
    "@types/inquirer": "^9.0.0",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.0.0",
    "@types/nodemailer": "^6.4.21",
    "@types/pdf-parse": "^1.1.5",
    "eslint": "^8.0.0",
    "typescript": "^5.3.0",
    "vitest": "^1.0.0"
  },
  "keywords": [
    "f5-framework",
    "specification",
    "srs",
    "business-analysis",
    "domain-driven",
    "cli",
    "claude",
    "ai-assisted",
    "enterprise",
    "fujigo"
  ],
  "author": "Fujigo Software <contact@fujigo-soft.com>",
  "license": "MIT",
  "homepage": "https://f5-framework.gitbook.io",
  "bugs": {
    "url": "https://fujigo-soft.com/en/contact.html"
  },
  "repository": {
    "type": "git",
    "url": "https://f5-framework.gitbook.io"
  }
}
