mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 00:48:06 +00:00
31 lines
923 B
JSON
31 lines
923 B
JSON
{
|
|
"name": "@proj-airi/font-xiaolai",
|
|
"type": "module",
|
|
"version": "0.11.3",
|
|
"description": "Essential CSS for font, Xiaolai (小赖字体 / 小賴字體 / シャオライ / Xiaolai Font), used by Project AIRI",
|
|
"author": {
|
|
"name": "ʟxɢᴡ",
|
|
"email": "calxgw2018@gmail.com",
|
|
"url": "https://github.com/lxgw"
|
|
},
|
|
"license": "SIL Open Font License",
|
|
"homepage": "https://github.com/lxgw/kose-font",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/moeru-ai/airi.git",
|
|
"directory": "packages/font-xiaolai"
|
|
},
|
|
"exports": {
|
|
".": { "default": "./dist/index.css" },
|
|
"./index.css": { "default": "./dist/index.css" },
|
|
"./files/*": { "default": "./dist/files/*" },
|
|
"./files/*.ttf": { "default": "./dist/files/*.ttf" },
|
|
"./*": { "default": "./*.css" }
|
|
},
|
|
"main": "./dist/index.css",
|
|
"scripts": {
|
|
"dev": "pnpm run build",
|
|
"build": "tsdown"
|
|
}
|
|
}
|