Files
moeka-project/packages/font-xiaolai/package.json
T
2025-06-08 22:48:18 +08:00

30 lines
857 B
JSON

{
"name": "@proj-airi/font-xiaolai",
"type": "module",
"version": "0.6.0",
"description": "Essential CSS for Xiaolai (小赖字体 / 小賴字體 / シャオライ / Xiaolai Font)",
"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" }
},
"scripts": {
"dev": "pnpm run stub",
"stub": "unbuild --stub",
"build": "unbuild"
}
}