41 lines
834 B
JSON
41 lines
834 B
JSON
|
|
{
|
|||
|
|
"name": "fontkitten",
|
|||
|
|
"version": "1.0.3",
|
|||
|
|
"description": "A lightweight font data library — fontkit’s little sibling",
|
|||
|
|
"keywords": [
|
|||
|
|
"opentype",
|
|||
|
|
"font",
|
|||
|
|
"typography",
|
|||
|
|
"emoji",
|
|||
|
|
"glyph"
|
|||
|
|
],
|
|||
|
|
"type": "module",
|
|||
|
|
"exports": {
|
|||
|
|
".": "./dist/index.js"
|
|||
|
|
},
|
|||
|
|
"engines": {
|
|||
|
|
"node": ">=20"
|
|||
|
|
},
|
|||
|
|
"files": [
|
|||
|
|
"dist"
|
|||
|
|
],
|
|||
|
|
"license": "MIT",
|
|||
|
|
"repository": {
|
|||
|
|
"type": "git",
|
|||
|
|
"url": "git+https://github.com/delucis/fontkitten.git",
|
|||
|
|
"directory": "packages/fontkitten"
|
|||
|
|
},
|
|||
|
|
"dependencies": {
|
|||
|
|
"tiny-inflate": "^1.0.3"
|
|||
|
|
},
|
|||
|
|
"devDependencies": {
|
|||
|
|
"@fontkitten/restructure": "^0.0.7",
|
|||
|
|
"@types/node": "^24.10.15",
|
|||
|
|
"tsdown": "^0.20.3"
|
|||
|
|
},
|
|||
|
|
"scripts": {
|
|||
|
|
"test": "node --test",
|
|||
|
|
"test:bun": "bun test ./test/*.js",
|
|||
|
|
"build": "tsdown --dts --no-fixed-extension"
|
|||
|
|
}
|
|||
|
|
}
|