|
1 | 1 | { |
2 | | - "name": "google-font-metadata", |
3 | | - "description": "A metadata generator for Google Fonts.", |
4 | | - "version": "5.2.1", |
5 | | - "author": "Ayuhito <[email protected]>", |
6 | | - "main": "./dist/index.js", |
7 | | - "module": "./dist/index.mjs", |
8 | | - "types": "./dist/index.d.ts", |
9 | | - "exports": { |
10 | | - "types": "./dist/index.d.ts", |
11 | | - "require": "./dist/index.js", |
12 | | - "import": "./dist/index.mjs" |
13 | | - }, |
14 | | - "bin": { |
15 | | - "gfm": "./dist/cli.mjs" |
16 | | - }, |
17 | | - "license": "MIT", |
18 | | - "keywords": [ |
19 | | - "fontsource", |
20 | | - "font", |
21 | | - "font family", |
22 | | - "google fonts", |
23 | | - "metadata", |
24 | | - "fonts api", |
25 | | - "unicode range" |
26 | | - ], |
27 | | - "dependencies": { |
28 | | - "@octokit/core": "^6.1.2", |
29 | | - "@types/stylis": "^4.2.7", |
30 | | - "cac": "^6.7.14", |
31 | | - "consola": "^3.3.3", |
32 | | - "deepmerge": "^4.3.1", |
33 | | - "dotenv": "^16.4.7", |
34 | | - "execa": "^9.5.2", |
35 | | - "json-stringify-pretty-compact": "^4.0.0", |
36 | | - "linkedom": "^0.18.6", |
37 | | - "p-queue": "^8.0.1", |
38 | | - "pathe": "^1.1.2", |
39 | | - "picocolors": "^1.1.1", |
40 | | - "puppeteer": "^23.11.1", |
41 | | - "stylis": "^4.3.4", |
42 | | - "zod": "^3.24.1" |
43 | | - }, |
44 | | - "devDependencies": { |
45 | | - "@biomejs/biome": "1.9.4", |
46 | | - "@types/node": "^22.10.2", |
47 | | - "c8": "^10.1.3", |
48 | | - "magic-string": "^0.30.17", |
49 | | - "msw": "^2.7.0", |
50 | | - "pkgroll": "^2.6.0", |
51 | | - "typescript": "^5.7.2", |
52 | | - "vitest": "^2.1.8" |
53 | | - }, |
54 | | - "scripts": { |
55 | | - "build": "pkgroll --target=node20", |
56 | | - "dev": "pkgroll --target=node20 --watch", |
57 | | - "cli": "bun run ./src/cli.ts", |
58 | | - "test": "vitest", |
59 | | - "test:generate-fixtures": "bun run ./tests/utils/generate-css-fixtures", |
60 | | - "coverage": "vitest --coverage", |
61 | | - "format": "biome format --fix", |
62 | | - "lint": "biome lint --fix", |
63 | | - "prepublish": "npm run format && npm run build" |
64 | | - }, |
65 | | - "files": ["dist/*", "data/*"], |
66 | | - "homepage": "https://github.com/fontsource/google-font-metadata", |
67 | | - "repository": { |
68 | | - "type": "git", |
69 | | - "url": "git+https://github.com/fontsource/google-font-metadata" |
70 | | - }, |
71 | | - "packageManager": "[email protected]", |
72 | | - "trustedDependencies": [ |
73 | | - "@biomejs/biome" |
74 | | - ] |
| 2 | + "name": "google-font-metadata", |
| 3 | + "description": "A metadata generator for Google Fonts.", |
| 4 | + "version": "5.2.1", |
| 5 | + "author": "Ayuhito <[email protected]>", |
| 6 | + "main": "./dist/index.js", |
| 7 | + "module": "./dist/index.mjs", |
| 8 | + "types": "./dist/index.d.ts", |
| 9 | + "exports": { |
| 10 | + "types": "./dist/index.d.ts", |
| 11 | + "require": "./dist/index.js", |
| 12 | + "import": "./dist/index.mjs" |
| 13 | + }, |
| 14 | + "bin": { |
| 15 | + "gfm": "./dist/cli.mjs" |
| 16 | + }, |
| 17 | + "license": "MIT", |
| 18 | + "keywords": [ |
| 19 | + "fontsource", |
| 20 | + "font", |
| 21 | + "font family", |
| 22 | + "google fonts", |
| 23 | + "metadata", |
| 24 | + "fonts api", |
| 25 | + "unicode range" |
| 26 | + ], |
| 27 | + "dependencies": { |
| 28 | + "@octokit/core": "^6.1.2", |
| 29 | + "@types/stylis": "^4.2.7", |
| 30 | + "cac": "^6.7.14", |
| 31 | + "consola": "^3.3.3", |
| 32 | + "deepmerge": "^4.3.1", |
| 33 | + "dotenv": "^16.4.7", |
| 34 | + "json-stringify-pretty-compact": "^4.0.0", |
| 35 | + "linkedom": "^0.18.6", |
| 36 | + "p-queue": "^8.0.1", |
| 37 | + "pathe": "^1.1.2", |
| 38 | + "picocolors": "^1.1.1", |
| 39 | + "puppeteer": "^23.11.1", |
| 40 | + "stylis": "^4.3.4", |
| 41 | + "zod": "^3.24.1" |
| 42 | + }, |
| 43 | + "devDependencies": { |
| 44 | + "@biomejs/biome": "1.9.4", |
| 45 | + "@types/node": "^22.10.2", |
| 46 | + "c8": "^10.1.3", |
| 47 | + "magic-string": "^0.30.17", |
| 48 | + "msw": "^2.7.0", |
| 49 | + "pkgroll": "^2.6.0", |
| 50 | + "typescript": "^5.7.2", |
| 51 | + "vitest": "^2.1.8" |
| 52 | + }, |
| 53 | + "scripts": { |
| 54 | + "build": "pkgroll --target=node20", |
| 55 | + "dev": "pkgroll --target=node20 --watch", |
| 56 | + "cli": "bun run ./src/cli.ts", |
| 57 | + "test": "vitest", |
| 58 | + "test:generate-fixtures": "bun run ./tests/utils/generate-css-fixtures", |
| 59 | + "coverage": "vitest --coverage", |
| 60 | + "format": "biome format --fix", |
| 61 | + "lint": "biome lint --fix", |
| 62 | + "prepublish": "npm run format && npm run build" |
| 63 | + }, |
| 64 | + "files": ["dist/*", "data/*"], |
| 65 | + "homepage": "https://github.com/fontsource/google-font-metadata", |
| 66 | + "repository": { |
| 67 | + "type": "git", |
| 68 | + "url": "git+https://github.com/fontsource/google-font-metadata" |
| 69 | + }, |
| 70 | + "packageManager": "[email protected]", |
| 71 | + "trustedDependencies": ["@biomejs/biome"] |
75 | 72 | } |
0 commit comments