{
  "name": "angular-fonts",
  "version": "0.0.3",
  "description": "Optimized font loading for Angular with SSR support",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./google": {
      "types": "./dist/google/index.d.ts",
      "default": "./dist/google/index.js"
    },
    "./local": {
      "types": "./dist/local/index.d.ts",
      "default": "./dist/local/index.js"
    },
    "./vite": {
      "types": "./dist/lib/vite-plugin/index.d.ts",
      "default": "./dist/lib/vite-plugin/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "src/lib/builders/optimize/schema.json",
    "builders.json",
    "README.md",
    "package.json"
  ],
  "builders": "./builders.json",
  "scripts": {
    "generate:fonts": "tsx scripts/generate-font-exports.ts",
    "prebuild": "pnpm generate:fonts",
    "build": "tsc -p tsconfig.json",
    "dev": "tsc -p tsconfig.json --watch",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "test:integration": "jest --testMatch='**/*.integration.test.ts'",
    "test:unit": "jest --testMatch='**/*.test.ts' --testPathIgnorePatterns='integration'",
    "publish": "npm publish"
  },
  "peerDependencies": {
    "@angular/common": ">=17.0.0",
    "@angular/core": ">=17.0.0"
  },
  "peerDependenciesMeta": {
    "vite": {
      "optional": true
    }
  },
  "dependencies": {
    "fontkit": "2.0.2"
  },
  "devDependencies": {
    "@angular-devkit/architect": "^0.2003.6",
    "@angular-devkit/core": "^20.3.6",
    "@angular/common": "^20.0.0",
    "@angular/core": "^20.0.0",
    "@angular/platform-browser": "^20.0.0",
    "@angular/platform-browser-dynamic": "^20.0.0",
    "@jest/globals": "^29.7.0",
    "@types/jest": "^29.5.0",
    "@types/node": "^20.19.22",
    "glob": "^10.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "memfs": "^4.6.0",
    "nock": "^13.5.0",
    "ts-jest": "^29.1.0",
    "tsx": "^4.7.0",
    "typescript": "^5.9.2",
    "vite": "^7.1.11"
  },
  "keywords": [
    "angular",
    "fonts",
    "google-fonts",
    "ssr",
    "optimization",
    "tailwind",
    "vite",
    "analogjs"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/SOG-web/angular-utils",
    "directory": "packages/font"
  },
  "publishConfig": {
    "access": "public"
  }
}
