UNPKG

koishi-plugin-picsource-yande

Version:

Picture source from [Yande](https://yande.re) and [Konachan](https://konachan.com)

78 lines (77 loc) 2.06 kB
{ "name": "koishi-plugin-picsource-yande", "description": "Picture source from [Yande](https://yande.re) and [Konachan](https://konachan.com)", "version": "3.5.2", "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-picsource-yande.git" }, "author": "Nanahira <nanahira@momobako.com>", "license": "MIT", "keywords": [ "Koishi.js", "qqbot", "cqhttp", "onebot", "required:pics" ], "bugs": { "url": "https://code.mycard.moe/3rdeye/koishi-plugin-picsource-yande/issues" }, "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-picsource-yande", "peerDependencies": { "koishi": "^4.11.1", "koishi-plugin-pics": "^10.6.4" }, "dependencies": { "koishi-thirdeye": "^11.1.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/node": "^17.0.17", "@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.5.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.5.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" } }