mirror of
https://github.com/moeru-ai/airi.git
synced 2026-07-09 15:58:27 +00:00
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
29 lines
869 B
JSON
29 lines
869 B
JSON
{
|
|
"name": "@proj-airi/font-cjkfonts-allseto",
|
|
"type": "module",
|
|
"version": "0.11.0",
|
|
"description": "Essential CSS for font, cjkfonts 全瀨體, used by Project AIRI",
|
|
"author": {
|
|
"name": "Creators of cjkFonts",
|
|
"url": "https://cjkfonts.io/"
|
|
},
|
|
"license": "SIL Open Font License",
|
|
"homepage": "https://cjkfonts.io/blog/cjkfonts_allseto",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/moeru-ai/airi.git",
|
|
"directory": "packages/font-cjkfonts-allseto"
|
|
},
|
|
"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"
|
|
}
|
|
}
|