-
-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.json
32 lines (32 loc) · 934 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "font-files",
"version": "5.1.0",
"description": "1500+ open-source fonts bundled into neat packages.",
"type": "module",
"private": true,
"scripts": {
"algolia": "bun run scripts/algolia.ts",
"check-duplicates": "bun run scripts/check-duplicates.ts",
"fontlist": "bun run scripts/fontlist.ts",
"gfm-metadata": "bun run scripts/gfm-metadata.ts",
"metadata": "bun run scripts/metadata.ts",
"test": "fontsource create-verify --all"
},
"author": "Ayuhito <hello@ayuhito.com>",
"license": "MIT",
"dependencies": {
"@fontsource-utils/cli": "0.6.4",
"@fontsource-utils/publish": "^0.3.1",
"@types/node": "^22.10.5",
"algoliasearch": "4",
"consola": "^3.3.3",
"google-font-metadata": "^6.0.3",
"json-stringify-pretty-compact": "^4.0.0",
"pathe": "^1.1.2"
},
"homepage": "https://fontsource.org",
"repository": {
"type": "git",
"url": "https://github.com/fontsource/font-files.git"
}
}