first
Showing
.dockerignore
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
.npmignore
0 → 100644
.prettierrc
0 → 100644
LICENSE
0 → 100644
install-npm.sh
0 → 100755
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
| { | |||
| "name": "koishi-plugin-picsource-yande", | |||
| "description": "Koishi 的 [Yande](https://yande.re) 和 [Konachan](https://konachan.com) 图源插件。", | |||
| "version": "1.0.0", | |||
| "main": "dist/index.js", | |||
| "types": "dist/index.d.ts", | |||
| "scripts": { | |||
| "lint": "eslint --fix .", | |||
| "build": "webpack && env PACK_ALL=1 webpack" | |||
| }, | |||
| "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.2.0", | |||
| "koishi-plugin-pics": "^8.2.0" | |||
| }, | |||
| "dependencies": { | |||
| "koishi-thirdeye": "^8.2.0", | |||
| "source-map-support": "^0.5.21" | |||
| }, | |||
| "devDependencies": { | |||
| "@types/node": "^17.0.17", | |||
| "@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", | |||
| "koishi": "^4.2.0", | |||
| "koishi-plugin-pics": "^8.2.0", | |||
| "prettier": "^2.5.1", | |||
| "raw-loader": "^4.0.2", | |||
| "ts-loader": "^9.2.6", | |||
| "typescript": "^4.5.5", | |||
| "webpack": "^5.68.0", | |||
| "webpack-cli": "^4.9.2", | |||
| "ws": "^8.5.0" | |||
| } | |||
| } |
src/config.ts
0 → 100644
src/def.ts
0 → 100644
src/index.ts
0 → 100644
tsconfig.json
0 → 100644
webpack.config.js
0 → 100644
Please register or sign in to comment