koishi-plugin-hangman
Version:
Hangman game in Koishi
73 lines (72 loc) • 1.78 kB
JSON
{
"name": "koishi-plugin-hangman",
"description": "Hangman game in Koishi",
"version": "1.2.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist",
"words.json"
],
"author": "Shigma <shigma10826@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi-plugin-hangman.git"
},
"bugs": {
"url": "https://github.com/koishijs/koishi-plugin-hangman/issues"
},
"homepage": "https://github.com/koishijs/koishi-plugin-hangman",
"scripts": {
"build": "atsc -b",
"test": "mocha --exit -r esbuild-register -r yml-register tests/*.spec.ts",
"test:text": "shx rm -rf coverage && c8 -r text yarn test",
"test:json": "shx rm -rf coverage && c8 -r json yarn test",
"test:html": "shx rm -rf coverage && c8 -r html yarn test"
},
"koishi": {
"browser": true,
"category": "game",
"description": {
"en": "Hangman game",
"zh": "猜单词 (吊死鬼) 游戏"
},
"locales": [
"zh"
]
},
"keywords": [
"chatbot",
"koishi",
"plugin",
"game",
"hangman",
"word",
"guess"
],
"peerDependencies": {
"koishi": "^4.15.1"
},
"devDependencies": {
"@koishijs/eslint-config": "^1.0.4",
"@koishijs/plugin-mock": "^2.6.0",
"@types/mocha": "^9.1.1",
"@types/node": "^20.4.2",
"atsc": "^1.1.2",
"c8": "^7.14.0",
"chai": "^4.3.7",
"esbuild": "^0.15.15",
"esbuild-register": "^3.4.1",
"eslint": "^8.45.0",
"eslint-plugin-mocha": "^10.1.0",
"jest-mock": "^28.1.3",
"koishi": "^4.15.1",
"koishi-plugin-rate-limit": "^2.0.0",
"mocha": "^9.2.2",
"shx": "^0.3.4",
"typescript": "^5.2.2",
"yml-register": "^1.1.0"
}
}