Files
williammarch.xyz/node_modules/geist/package.json
2026-04-02 19:13:46 +01:00

62 lines
1.5 KiB
JSON

{
"name": "geist",
"version": "1.7.0",
"description": "Geist is a new font family for Vercel, created by Vercel in collaboration with Basement Studio.",
"main": "./dist/font.js",
"type": "module",
"module": "./dist/font.js",
"types": "./font.d.ts",
"bugs": {
"url": "https://github.com/vercel/geist-font/issues"
},
"homepage": "https://vercel.com/font",
"repository": {
"type": "git",
"url": "git+https://github.com/vercel/geist-font",
"directory": "packages/next"
},
"keywords": [
"geist",
"geist mono",
"geist sans",
"geist pixel",
"vercel font"
],
"exports": {
"./font": {
"types": "./dist/font.d.ts",
"default": "./dist/font.js"
},
"./font/mono": {
"types": "./dist/mono.d.ts",
"default": "./dist/mono.js"
},
"./font/mono-non-variable": {
"types": "./dist/mono-non-variable.d.ts",
"default": "./dist/mono-non-variable.js"
},
"./font/sans": {
"types": "./dist/sans.d.ts",
"default": "./dist/sans.js"
},
"./font/sans-non-variable": {
"types": "./dist/sans-non-variable.d.ts",
"default": "./dist/sans-non-variable.js"
},
"./font/pixel": {
"types": "./dist/pixel.d.ts",
"default": "./dist/pixel.js"
}
},
"license": "SIL OPEN FONT LICENSE",
"peerDependencies": {
"next": ">=13.2.0"
},
"devDependencies": {
"@changesets/cli": "^2.29.8"
},
"scripts": {
"version": "changeset version",
"release": "changeset publish"
}
}