-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 845 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
33
34
35
36
37
38
39
{
"name": "non.geist",
"author": "contigen",
"version": "1.0.4",
"repository": {
"type": "git",
"url": "git+https://github.com/contigen/non.geist.git"
},
"main": "font-faces/sans-var.css",
"files": [
"font-faces",
"fonts"
],
"exports": {
".": "./font-faces/sans-var.css",
"./mono": "./font-faces/mono-var.css",
"./font-faces/": "./font-faces/"
},
"scripts": {
"generate": "bun scripts/index.ts"
},
"devDependencies": {
"bun-types": "latest",
"chokidar": "^3.5.3",
"prettier": "^3.1.0",
"typescript": "^5.3.2"
},
"description": "Vercel's Geist font for non-Next.js projects",
"keywords": [
"fonts",
"web fonts",
"vercel",
"Geist",
"Geist Sans",
"Geist Mono"
],
"license": "MIT",
"bugs": "https://github.com/contigen/non.geist/issues"
}