{
  "name": "unifont",
  "type": "module",
  "version": "0.6.0",
  "packageManager": "pnpm@10.17.1",
  "description": "Framework agnostic tools for accessing data from font CDNs and providers",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/unifont.git"
  },
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.js"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "unbuild",
    "dev": "vitest dev",
    "lint": "eslint .",
    "prepare": "simple-git-hooks",
    "prepack": "pnpm build",
    "prepublishOnly": "pnpm lint && pnpm test",
    "release": "bumpp && npm publish",
    "test": "pnpm test:unit --coverage && pnpm test:types",
    "test:unit": "vitest",
    "test:types": "tsc --noEmit"
  },
  "dependencies": {
    "css-tree": "^3.0.0",
    "ofetch": "^1.4.1",
    "ohash": "^2.0.0"
  },
  "devDependencies": {
    "@antfu/eslint-config": "5.4.1",
    "@types/css-tree": "2.3.10",
    "@types/node": "22.18.6",
    "@vitest/coverage-v8": "3.2.4",
    "bumpp": "10.2.3",
    "eslint": "9.36.0",
    "lint-staged": "16.2.0",
    "simple-git-hooks": "2.13.1",
    "typescript": "5.9.2",
    "unbuild": "3.6.1",
    "unstorage": "1.17.1",
    "vite": "7.1.7",
    "vitest": "3.2.4"
  },
  "resolutions": {
    "unifont": "link:."
  },
  "simple-git-hooks": {
    "pre-commit": "npx lint-staged"
  },
  "lint-staged": {
    "*.{js,ts,mjs,cjs,json,.*rc}": [
      "npx eslint --fix"
    ]
  }
}
