koishi-plugin-thesaurus
Version:
Koishi.js chat plugin for https://github.com/Kyomotoi/AnimeThesaurus
80 lines (79 loc) • 2.1 kB
JSON
{
"name": "koishi-plugin-thesaurus",
"version": "11.4.2",
"description": "Koishi.js chat plugin for https://github.com/Kyomotoi/AnimeThesaurus",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"lint": "eslint --fix .",
"build": "webpack && env PACK_ALL=1 webpack",
"start": "ts-node ./dev",
"test": "jest --passWithNoTests"
},
"repository": {
"type": "git",
"url": "https://code.mycard.moe/3rdeye/koishi-plugin-thesaurus.git"
},
"author": "Nanahira <nanahira@momobako.com>",
"license": "MIT",
"keywords": [
"Koishi.js",
"qqbot",
"cqhttp",
"onebot",
"required:cache-aragami"
],
"bugs": {
"url": "https://code.mycard.moe/3rdeye/koishi-plugin-thesaurus/issues"
},
"homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-thesaurus",
"dependencies": {
"koishi-thirdeye": "^11.1.21",
"lodash": "^4.17.21"
},
"devDependencies": {
"@koishijs/plugin-console": "^5.1.0",
"@koishijs/plugin-database-memory": "^2.2.2",
"@koishijs/plugin-sandbox": "^2.5.0",
"@types/jest": "^29.2.0",
"@types/lodash": "^4.14.175",
"@types/node": "^16.11.1",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"esbuild-loader": "^2.19.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1",
"jest": "^29.2.2",
"prettier": "^2.4.1",
"raw-loader": "^4.0.2",
"ts-jest": "^29.0.3",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"ws": "^8.3.0"
},
"peerDependencies": {
"koishi": "^4.11.1",
"koishi-plugin-cache-aragami": "^2.1.0"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "tests",
"testRegex": ".*\\.spec\\.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"collectCoverageFrom": [
"**/*.(t|j)s"
],
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}