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 diff is collapsed.
package.json
0 → 100644
| { | ||
| "name": "koishi-plugin-picsource-heisi", | ||
| "description": "基于 [nonebot_plugin_heisi](https://github.com/yzyyz1387/nonebot_plugin_heisi) 的 Koishi 图源插件。", | ||
| "version": "1.0.0", | ||
| "main": "dist/index.js", | ||
| "types": "dist/index.d.ts", | ||
| "scripts": { | ||
| "lint": "eslint --fix .", | ||
| "build": "webpack" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://code.mycard.moe/3rdeye/koishi-plugin-picsource-heisi.git" | ||
| }, | ||
| "author": "Nanahira <nanahira@momobako.com>", | ||
| "license": "MIT", | ||
| "keywords": [ | ||
| "Koishi.js", | ||
| "qqbot", | ||
| "cqhttp", | ||
| "onebot", | ||
| "nonebot", | ||
| "heisi", | ||
| "required:picscontainer", | ||
| "required:cache" | ||
| ], | ||
| "bugs": { | ||
| "url": "https://code.mycard.moe/3rdeye/koishi-plugin-picsource-heisi/issues" | ||
| }, | ||
| "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-picsource-heisi", | ||
| "peerDependencies": { | ||
| "koishi": "^4.0.0-beta.4" | ||
| }, | ||
| "dependencies": { | ||
| "koishi-thirdeye": "^4.2.3", | ||
| "source-map-support": "^0.5.21", | ||
| "koishi-plugin-pics": "^4.1.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/node": "^16.11.11", | ||
| "@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.0.0-beta.4", | ||
| "koishi-plugin-pics": "^4.1.3", | ||
| "prettier": "^2.5.1", | ||
| "raw-loader": "^4.0.2", | ||
| "ts-loader": "^9.2.6", | ||
| "typescript": "^4.5.2", | ||
| "webpack": "^5.65.0", | ||
| "webpack-cli": "^4.9.1", | ||
| "ws": "^8.3.0" | ||
| } | ||
| } |
src/config.ts
0 → 100644
src/index.ts
0 → 100644
tsconfig.json
0 → 100644
webpack.config.js
0 → 100644
Please register or sign in to comment