{ "name": "koishi-plugin-thesaurus", "version": "9.3.0", "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" ], "bugs": { "url": "https://code.mycard.moe/3rdeye/koishi-plugin-thesaurus/issues" }, "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-thesaurus", "dependencies": { "koishi-thirdeye": "^9.1.0", "lodash": "^4.17.21", "source-map-support": "^0.5.20" }, "devDependencies": { "@koishijs/plugin-cache-lru": "^1.0.0-rc.0", "@koishijs/plugin-console": "^3.1.2", "@koishijs/plugin-database-memory": "^1.0.2", "@koishijs/plugin-sandbox": "^1.0.2", "@types/jest": "^27.4.0", "@types/lodash": "^4.14.175", "@types/node": "^16.11.1", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.4.1", "jest": "^27.5.1", "prettier": "^2.4.1", "raw-loader": "^4.0.2", "ts-jest": "^27.1.3", "ts-loader": "^9.2.6", "ts-node": "^10.5.0", "typescript": "^4.4.4", "webpack": "^5.58.2", "webpack-cli": "^4.9.1", "ws": "^8.3.0" }, "peerDependencies": { "koishi": "^4.4.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" } }