koishi-plugin-pics
Version:
99 lines (98 loc) • 2.3 kB
JSON
{
"name": "koishi-plugin-pics",
"description": "Koishi 的随机图片插件",
"version": "10.6.6",
"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://github.com/koishijs/koishi-plugin-pics.git"
},
"author": "Nanahira <nanahira@momobako.com>",
"license": "MIT",
"keywords": [
"Koishi.js",
"qqbot",
"cqhttp",
"onebot"
],
"bugs": {
"url": "https://github.com/koishijs/koishi-plugin-pics/issues"
},
"homepage": "https://github.com/koishijs/koishi-plugin-pics",
"dependencies": {
"@koishijs/assets": "^1.0.1",
"ext2mime": "^1.0.1",
"file-type": "16.5.4",
"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.176",
"@types/node": "^16.11.4",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"axios": "^1.1.3",
"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.5"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "tests",
"testRegex": ".*\\.spec\\.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"collectCoverageFrom": [
"**/*.(t|j)s"
],
"coverageDirectory": "../coverage",
"testEnvironment": "node"
},
"koishi": {
"service": {
"optional": [
"assets"
],
"implements": [
"pics"
]
},
"locales": [
"en",
"zh"
],
"recommends": [
"picsource-lolicon"
]
}
}