mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 00:48:06 +00:00
64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"name": "@proj-airi/plugin-sdk-tamagotchi",
|
|
"type": "module",
|
|
"version": "0.11.3",
|
|
"private": true,
|
|
"description": "Tamagotchi-specific DX helpers for Project AIRI plugins",
|
|
"author": {
|
|
"name": "Moeru AI Project AIRI Team",
|
|
"email": "airi@moeru.ai",
|
|
"url": "https://github.com/moeru-ai"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/moeru-ai/airi.git",
|
|
"directory": "packages/plugin-sdk-tamagotchi"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.mts",
|
|
"default": "./dist/index.mjs"
|
|
},
|
|
"./widgets": {
|
|
"types": "./dist/widgets/index.d.mts",
|
|
"default": "./dist/widgets/index.mjs"
|
|
},
|
|
"./gamelet": {
|
|
"types": "./dist/gamelet/index.d.mts",
|
|
"default": "./dist/gamelet/index.mjs"
|
|
},
|
|
"./kits/gamelet": {
|
|
"types": "./dist/kits/gamelet/index.d.mts",
|
|
"default": "./dist/kits/gamelet/index.mjs"
|
|
},
|
|
"./kits/tool": {
|
|
"types": "./dist/kits/tool/index.d.mts",
|
|
"default": "./dist/kits/tool/index.mjs"
|
|
},
|
|
"./tools": {
|
|
"types": "./dist/tools/index.d.mts",
|
|
"default": "./dist/tools/index.mjs"
|
|
}
|
|
},
|
|
"main": "./dist/index.mjs",
|
|
"types": "./dist/index.d.mts",
|
|
"files": [
|
|
"README.md",
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"typecheck": "tsc --noEmit",
|
|
"build": "tsdown"
|
|
},
|
|
"dependencies": {
|
|
"@moeru/eventa": "catalog:",
|
|
"@proj-airi/plugin-sdk": "workspace:*",
|
|
"nanoid": "catalog:",
|
|
"valibot": "catalog:",
|
|
"xsschema": "catalog:"
|
|
}
|
|
}
|