{
  "name": "skola-word-plugin",
  "private": true,
  "version": "0.1.0",
  "description": "Monorepo scaffold for the Skola Microsoft Word academic writing add-in.",
  "workspaces": [
    "apps/*",
    "packages/*"
  ],
  "scripts": {
    "build": "npm run build -w @skola/shared && npm run build -w @skola/api && npm run build -w @skola/word-addin",
    "build:api": "npm run build -w @skola/shared && npm run build -w @skola/api",
    "typecheck": "npm run typecheck -w @skola/shared && npm run typecheck -w @skola/api && npm run typecheck -w @skola/word-addin",
    "dev": "concurrently --names \"api,word\" --prefix-colors \"cyan,magenta\" \"npm run dev:api\" \"npm run dev:word\"",
    "dev:api": "npm run dev -w @skola/api",
    "dev:word": "npm run dev -w @skola/word-addin",
    "db:setup": "npm run db:setup -w @skola/api",
    "db:start": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/start-mariadb.ps1",
    "validate:manifest": "npx office-addin-manifest validate apps/word-addin/manifest.xml",
    "sideload:word": "npx office-addin-dev-settings sideload apps/word-addin/manifest.xml desktop --app Word"
  },
  "engines": {
    "node": ">=20.0.0",
    "npm": ">=10.0.0"
  },
  "devDependencies": {
    "concurrently": "^9.2.1",
    "office-addin-dev-certs": "^2.0.7",
    "office-addin-dev-settings": "^3.0.7",
    "office-addin-manifest": "^2.1.3"
  }
}
