airi/packages/font-xiaolai/package.json
Neko Ayaka 3779eb6103
Some checks are pending
CI / Lint (push) Waiting to run
CI / Build Test (stage-tamagotchi) (push) Waiting to run
CI / Build Test (stage-tamagotchi-godot) (push) Waiting to run
CI / Build Test (stage-web) (push) Waiting to run
CI / Build Test (ui-loading-screens) (push) Waiting to run
CI / Build Test (ui-transitions) (push) Waiting to run
CI / Unit Test (push) Waiting to run
CI / Type Check (push) Waiting to run
CI / Check Provenance (push) Waiting to run
Cloudflare Pages (Auth UI) / Deploy - ui-server-auth (push) Waiting to run
Cloudflare Workers / Deploy - stage-web (push) Waiting to run
Update Nix pnpmDeps Hash / update (push) Waiting to run
release: v0.11.0
2026-07-08 01:20:12 +08:00

30 lines
923 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "@proj-airi/font-xiaolai",
"type": "module",
"version": "0.11.0",
"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"
}
}