@aituber-onair/kizuna
Version:
A sophisticated bond system (絆 - Kizuna) for managing relationships between users and AI characters in AITuber OnAir.
52 lines (51 loc) • 1.31 kB
JSON
{
"name": "@aituber-onair/kizuna",
"version": "0.0.2",
"description": "A sophisticated bond system (絆 - Kizuna) for managing relationships between users and AI characters in AITuber OnAir.",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist", "README.md"],
"scripts": {
"build": "tsc --project tsconfig.json",
"typecheck": "tsc --noEmit",
"test": "npm run typecheck && vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"fmt": "biome format . --write",
"fmt:check": "biome format .",
"lint": "biome lint .",
"clean": "rm -rf dist",
"prepublishOnly": "npm run build"
},
"keywords": [
"aituber",
"points",
"gamification",
"user-engagement",
"chat",
"streaming",
"frontend",
"browser"
],
"author": "shinshin86 (https://github.com/shinshin86)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/shinshin86/aituber-onair.git",
"directory": "packages/kizuna"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "^18.15.0",
"@vitest/coverage-v8": "^1.3.1",
"jsdom": "^22.1.0",
"typescript": "^5.0.0",
"vitest": "^1.3.1"
},
"browserslist": ["defaults", "not IE 11"],
"publishConfig": {
"access": "public"
}
}