{
  "name": "devicons",
  "version": "2.0.1",
  "description": "Devicons - Icon font for developers",
  "type": "module",
  "sideEffects": false,
  "keywords": [
    "icons",
    "font",
    "webfont",
    "devicons",
    "sprite"
  ],
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./css": "./dist/devicons.css",
    "./woff2": "./dist/devicons.woff2",
    "./ttf": "./dist/devicons.ttf",
    "./sprite": "./dist/sprite-symbol.svg",
    "./codepoints": "./dist/codepoints.json"
  },
  "files": [
    "dist/index.cjs",
    "dist/index.mjs",
    "dist/index.d.ts",
    "dist/index.d.cts",
    "dist/devicons.css",
    "dist/devicons.woff2",
    "dist/devicons.ttf",
    "dist/sprite-symbol.svg",
    "dist/codepoints.json",
    "codepoints.lock.json"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vorillaz/devicons.git",
    "directory": "packages/font"
  },
  "homepage": "https://github.com/vorillaz/devicons/tree/main/packages/font#readme",
  "bugs": {
    "url": "https://github.com/vorillaz/devicons/issues"
  },
  "license": "MIT",
  "author": "Theodore Vorillas",
  "scripts": {
    "build": "tsx scripts/build.ts && tsup",
    "build:lib": "tsup",
    "test": "vitest run"
  },
  "devDependencies": {
    "@dev.icons/core": "workspace:*",
    "@types/node": "22.9.0",
    "fast-glob": "3.3.3",
    "tsup": "^8.3.5",
    "tsx": "^4.19.2",
    "typescript": "^5.7.3",
    "vitest": "3.1.3"
  }
}
