{
	"name": "google-font-metadata",
	"description": "A metadata generator for Google Fonts.",
	"version": "6.0.8",
	"author": "Ayuhito <hello@ayuhito.com>",
	"main": "./dist/index.js",
	"module": "./dist/index.mjs",
	"types": "./dist/index.d.ts",
	"exports": {
		"types": "./dist/index.d.ts",
		"require": "./dist/index.js",
		"import": "./dist/index.mjs"
	},
	"bin": {
		"gfm": "./dist/cli.mjs"
	},
	"license": "MIT",
	"keywords": [
		"fontsource",
		"font",
		"font family",
		"google fonts",
		"metadata",
		"fonts api",
		"unicode range"
	],
	"dependencies": {
		"@evan/concurrency": "^0.0.3",
		"@octokit/core": "^6.1.2",
		"cac": "^6.7.14",
		"consola": "^3.3.3",
		"deepmerge": "^4.3.1",
		"json-stringify-pretty-compact": "^4.0.0",
		"linkedom": "^0.18.6",
		"pathe": "^1.1.2",
		"picocolors": "^1.1.1",
		"playwright": "^1.49.1",
		"stylis": "^4.3.4",
		"zod": "^3.24.1"
	},
	"devDependencies": {
		"@biomejs/biome": "1.9.4",
		"@types/bun": "latest",
		"@types/node": "^22.10.2",
		"@types/stylis": "^4.2.7",
		"c8": "^10.1.3",
		"magic-string": "^0.30.17",
		"msw": "^2.7.0",
		"pkgroll": "^2.6.0",
		"typescript": "^5.7.2",
		"vitest": "^2.1.8"
	},
	"scripts": {
		"build": "pkgroll --target=node20",
		"dev": "pkgroll --target=node20 --watch",
		"clean": "bun exec 'rm -rf ./dist'",
		"cli": "bun run ./src/cli.ts",
		"test": "vitest",
		"test:generate-fixtures": "bun run ./tests/utils/generate-css-fixtures",
		"coverage": "vitest --coverage",
		"lint": "biome check --fix",
		"prepublishOnly": " bunx biome ci && bun run clean && bun run build"
	},
	"files": ["dist/*", "data/*"],
	"homepage": "https://github.com/fontsource/google-font-metadata",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/fontsource/google-font-metadata"
	},
	"trustedDependencies": ["@biomejs/biome"]
}
