{
  "name": "@formbird/angular-elements",
  "version": "8.5.4",
  "description": "Formbird SC Components",
  "license": "SEE LICENSE in LICENSE",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "README.md",
    "LICENSE",
    "package.json",
    "dist/ace-components",
    "dist/mapping-components",
    "dist/monaco-components",
    "dist/sc-ace-text",
    "dist/sc-audit-history",
    "dist/sc-components",
    "dist/sc-document-downloader",
    "dist/sc-grid",
    "dist/sc-markdown",
    "dist/sc-menu",
    "dist/sc-note-comment",
    "dist/sc-offline-status",
    "dist/sc-panel-collapse",
    "dist/sc-pdf",
    "dist/sc-rich-text-editor",
    "dist/sc-roster",
    "dist/sc-script-tag",
    "dist/sc-signature",
    "dist/sc-static-value",
    "dist/sc-thumbnail"
  ],
  "scripts": {
    "build": "turbo build",
    "dist": "gulp dist",
    "watch": "gulp watch"
  },
  "browser": {
    "crypto": false,
    "fs": false,
    "module": false,
    "path": false
  },
  "workspaces": [
    "./projects/*",
    "./components/*"
  ],
  "packageManager": "yarn@4.12.0",
  "devDependencies": {
    "@angular-builders/custom-webpack": "21.0.0-beta.1",
    "@angular-devkit/build-angular": "21.0.5",
    "@angular/animations": "21.0.7",
    "@angular/cdk": "21.0.5",
    "@angular/cli": "21.0.5",
    "@angular/common": "21.0.7",
    "@angular/compiler": "21.0.7",
    "@angular/compiler-cli": "21.0.7",
    "@angular/core": "21.0.7",
    "@angular/elements": "21.0.7",
    "@angular/forms": "21.0.7",
    "@angular/language-service": "21.0.7",
    "@angular/localize": "21.0.7",
    "@angular/material": "21.0.5",
    "@angular/platform-browser": "21.0.7",
    "@angular/platform-browser-dynamic": "21.0.7",
    "@angular/router": "21.0.7",
    "rxjs": "7.8.2",
    "turbo": "^2.5.6",
    "typescript": "~5.9.3"
  }
}
