UNPKG

koishi-plugin-verifier

Version:

Verify Friend / Guild Requests for Koishi

74 lines (73 loc) 2.04 kB
{ "name": "koishi-plugin-verifier", "version": "1.1.1", "description": "Verify Friend / Guild Requests for Koishi", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib" ], "contributors": [ "Shigma <shigma10826@gmail.com>" ], "license": "MIT", "homepage": "https://verifier.koishi.chat", "repository": { "type": "git", "url": "https://github.com/koishijs/koishi-plugin-verifier.git" }, "bugs": { "url": "https://github.com/koishijs/koishi-plugin-verifier/issues" }, "keywords": [ "bot", "chatbot", "koishi", "plugin", "verifier" ], "koishi": { "description": { "en": "Verify friend / guild requests", "zh": "自动验证好友和群组请求,可设置为通过、拒绝或按权限等级放行" } }, "scripts": { "build": "atsc -b", "docs:dev": "vitepress dev docs --open", "docs:build": "vitepress build docs", "docs:serve": "vitepress serve docs", "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" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.2.2", "@koishijs/plugin-help": "^2.0.2", "@koishijs/plugin-mock": "^2.3.2", "@koishijs/vitepress": "^1.6.1", "@types/chai": "^4.3.4", "@types/chai-as-promised": "^7.1.5", "@types/mocha": "^9.1.1", "@types/node": "^18.11.18", "atsc": "^1.2.2", "c8": "^7.12.0", "chai": "^4.3.7", "chai-as-promised": "^7.1.1", "chai-shape": "^1.0.0", "esbuild": "^0.14.54", "esbuild-register": "^3.4.2", "jest-mock": "^28.1.3", "koishi": "^4.11.4", "mocha": "^9.2.2", "sass": "^1.57.1", "shx": "^0.3.4", "typescript": "^4.9.4", "vitepress": "1.0.0-alpha.26", "yml-register": "^1.1.0" }, "peerDependencies": { "koishi": "^4.10.0" } }