{
  "name": "@embedpdf/fonts-sc",
  "version": "1.0.0",
  "private": false,
  "description": "Simplified Chinese (GB2312) fallback fonts for EmbedPDF - Noto Sans Hans (5 weights)",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "keywords": [
    "fonts",
    "noto",
    "chinese",
    "simplified",
    "pdf",
    "embedpdf",
    "cjk"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/embedpdf/embed-pdf-viewer",
    "directory": "packages/fonts/sc"
  },
  "homepage": "https://www.embedpdf.com/docs",
  "bugs": {
    "url": "https://github.com/embedpdf/embed-pdf-viewer/issues"
  },
  "author": "Bob Singor",
  "license": "OFL-1.1",
  "files": [
    "dist",
    "fonts/*.otf",
    "README.md"
  ],
  "devDependencies": {
    "typescript": "^5.0.0",
    "@embedpdf/build": "1.1.0",
    "@embedpdf/models": "2.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "vite build",
    "clean": "rimraf dist"
  }
}