@subroxz/geist
Version:
Vercel's Geist font for non-Next.js projects
48 lines (47 loc) • 993 B
JSON
{
"name": "@subroxz/geist",
"version": "1.0.10",
"author": "subrat",
"license": "MIT",
"description": "Vercel's Geist font for non-Next.js projects",
"repository": {
"type": "git",
"url": "git+https://github.com/subratkarmacharya/non.geist.git"
},
"bugs": {
"url": "https://github.com/subratkarmacharya/non.geist/issues"
},
"main": "index.js",
"style": "font-faces/sans-var.css",
"files": [
"index.js",
"mono.js",
"font-faces/*.css",
"fonts/**/*.woff2",
"fonts/**/*.woff",
"fonts/**/*.ttf",
"fonts/**/*.otf"
],
"exports": {
".": "./index.js",
"./mono": "./mono.js",
"./font-faces/*": "./font-faces/*"
},
"scripts": {
"generate": "bun scripts/index.ts"
},
"keywords": [
"fonts",
"web fonts",
"vercel",
"Geist",
"Geist Sans",
"Geist Mono"
],
"devDependencies": {
"bun-types": "latest",
"chokidar": "^3.5.3",
"prettier": "^3.1.0",
"typescript": "^5.3.2"
}
}