{
  "name": "@unicode-font-resolver/client",
  "version": "1.0.2",
  "description": "A JavaScript client for resolving a unicode string to a set of fonts that cover its characters",
  "author": "Jason Johnston",
  "homepage": "https://github.com/lojjic/unicode-font-resolver",
  "repository": {
    "type": "git",
    "url": "https://github.com/lojjic/unicode-font-resolver.git",
    "directory": "packages/client"
  },
  "license": "MIT",
  "main": "dist/client.umd.js",
  "module": "dist/client.esm.js",
  "types": "dist/client.esm.d.ts",
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "test": "jest",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "@types/node-fetch": "^2.6.2",
    "@unicode-font-resolver/data": "^1.0.1",
    "@unicode-font-resolver/shared": "^1.0.1",
    "brotli-size": "^4.0.0",
    "gzip-size": "^6.0.0",
    "node-fetch": "^2.6.8"
  },
  "files": [
    "dist",
    "src",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "974383af089e544f4ac4b0ba96b5f98891688e17"
}
