{
  "name": "neoboard-exporter",
  "version": "0.1.0",
  "license": "MIT",
  "scripts": {
    "build": "next build",
    "start": "next dev",
    "lint": "eslint ."
  },
  "dependencies": {
    "@mirohq/miro-api": "^2.2.3",
    "canvas": "^3.2.0",
    "cookie": "^1.1.1",
    "dotenv": "^17.2.3",
    "mirotone": "^5.3.2",
    "next": "16.1.6",
    "react": "19.2.4",
    "react-dom": "19.2.4",
    "sass": "^1.94.2",
    "string-strip-html": "^13.5.0",
    "zod": "^4.1.13"
  },
  "devDependencies": {
    "@mirohq/websdk-types": "^2.17.2",
    "@types/node": "^24.10.1",
    "@types/react": "19.2.14",
    "@types/react-dom": "19.2.3",
    "eslint": "^9.39.1",
    "eslint-config-next": "16.1.6",
    "typescript": "^5.9.3"
  },
  "packageManager": "pnpm@10.30.1",
  "pnpm": {
    "overrides": {
      "@types/react": "19.2.14",
      "@types/react-dom": "19.2.3"
    }
  }
}
