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 diff is collapsed.
package.json
0 → 100644
| { | |||
| "name": "koishi-plugin-limit-help", | |||
| "version": "1.0.0", | |||
| "description": "Koishi 帮助限制器", | |||
| "main": "dist/index.js", | |||
| "scripts": { | |||
| "lint": "eslint --fix .", | |||
| "build": "webpack" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "https://code.mycard.moe/nanahira/koishi-plugin-limit-help.git" | |||
| }, | |||
| "keywords": [ | |||
| "cqhttp", | |||
| "koishijs", | |||
| "koishi", | |||
| "coolq", | |||
| "qqbot" | |||
| ], | |||
| "author": "Nanahira", | |||
| "license": "MIT", | |||
| "dependencies": { | |||
| "source-map-support": "^0.5.19" | |||
| }, | |||
| "devDependencies": { | |||
| "@types/node": "^16.4.12", | |||
| "@typescript-eslint/eslint-plugin": "^4.29.0", | |||
| "@typescript-eslint/parser": "^4.29.0", | |||
| "eslint": "^7.32.0", | |||
| "eslint-config-prettier": "^8.3.0", | |||
| "eslint-plugin-prettier": "^3.4.0", | |||
| "koishi-core": "^3.13.0", | |||
| "prettier": "^2.3.2", | |||
| "raw-loader": "^4.0.2", | |||
| "ts-loader": "^9.2.5", | |||
| "typescript": "^4.3.5", | |||
| "webpack": "^5.48.0", | |||
| "webpack-cli": "^4.7.2" | |||
| }, | |||
| "bugs": { | |||
| "url": "https://code.mycard.moe/nanahira/koishi-plugin-limit-help/issues" | |||
| }, | |||
| "homepage": "https://code.mycard.moe/nanahira/koishi-plugin-limit-help" | |||
| } |
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