UNPKG

@bot-shiki/koishi-plugin-werewolf

Version:
58 lines (57 loc) 1.21 kB
{ "name": "@bot-shiki/koishi-plugin-werewolf", "description": "Touhou werewolf game", "version": "0.3.2", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "dist" ], "author": "Shigma <shigma10826@gmail.com>", "license": "AGPL-3.0", "repository": "https://github.com/bot-shiki/koishi-plugin-werewolf", "homepage": "https://bot.shig.ma/werewolf/", "koishi": { "description": { "en": "Touhou Werewolf Game", "zh": "东方「人类杀」游戏" }, "service": { "required": [ "lobby" ] } }, "keywords": [ "bot", "chatbot", "koishi", "plugin", "game", "lobby", "board", "card", "werewolf", "touhou" ], "scripts": { "build": "atsc -b", "lint": "eslint --ext=ts --cache" }, "peerDependencies": { "koishi": "^4.15.0", "koishi-plugin-lobby": "^0.5.0" }, "devDependencies": { "@koishijs/eslint-config": "^1.0.4", "@types/node": "^20.4.2", "atsc": "^1.2.2", "esbuild": "^0.15.15", "esbuild-register": "^3.4.1", "eslint": "^8.45.0", "koishi": "^4.15.0", "koishi-plugin-lobby": "^0.5.0", "typescript": "^5.1.6" } }