first
Showing
.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-localfs", | ||
| "version": "1.0.0", | ||
| "description": "Koishi 的本地图源插件", | ||
| "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-localfs.git" | ||
| }, | ||
| "author": "Nanahira <nanahira@momobako.com>", | ||
| "license": "MIT", | ||
| "keywords": [ | ||
| "Koishi.js", | ||
| "qqbot", | ||
| "cqhttp", | ||
| "onebot", | ||
| "required:picscontainer" | ||
| ], | ||
| "bugs": { | ||
| "url": "https://code.mycard.moe/3rdeye/koishi-plugin-picsource-localfs/issues" | ||
| }, | ||
| "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-picsource-localfs", | ||
| "dependencies": { | ||
| "source-map-support": "^0.5.20" | ||
| }, | ||
| "peerDependencies": { | ||
| "koishi": "^4.0.0-alpha.11", | ||
| "koishi-plugin-pics": "^1.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/node": "^16.11.4", | ||
| "@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-alpha.11", | ||
| "koishi-plugin-pics": "^1.0.0", | ||
| "koishi-utils-schemagen": "^1.1.5", | ||
| "prettier": "^2.4.1", | ||
| "raw-loader": "^4.0.2", | ||
| "read-dir-deep": "^7.0.1", | ||
| "ts-loader": "^9.2.6", | ||
| "typescript": "^4.4.4", | ||
| "webpack": "^5.59.1", | ||
| "webpack-cli": "^4.9.1" | ||
| } | ||
| } |
src/LocalSource.ts
0 → 100644
src/config.ts
0 → 100644
src/index.ts
0 → 100644
src/plugin.ts
0 → 100644
tsconfig.json
0 → 100644
webpack.config.js
0 → 100644
Please register or sign in to comment