first
Showing
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
.npmignore
0 → 100644
.prettierrc
0 → 100644
LICENSE
0 → 100644
index.ts
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-thirdeye", | ||
| "version": "1.0.0", | ||
| "description": "DI plugin framework for Koishi v4 beta", | ||
| "main": "dist/index.js", | ||
| "scripts": { | ||
| "build": "tsc" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://code.mycard.moe/3rdeye/koishi-thirdeye" | ||
| }, | ||
| "keywords": [ | ||
| "Koishi", | ||
| "qqbot", | ||
| "cqbot", | ||
| "cqhttp", | ||
| "onebot" | ||
| ], | ||
| "author": "Nanahira <nanahira@momobako.com>", | ||
| "license": "MIT", | ||
| "devDependencies": { | ||
| "@koishijs/plugin-adapter-onebot": "^4.0.0-beta.0", | ||
| "@types/node": "^16.11.7", | ||
| "@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.0", | ||
| "prettier": "^2.4.1", | ||
| "typescript": "^4.4.4", | ||
| "ws": "^8.2.3" | ||
| }, | ||
| "peerDependencies": { | ||
| "koishi": "^4.0.0-beta.0" | ||
| }, | ||
| "dependencies": { | ||
| "koishi-utils-schemagen": "^1.1.9", | ||
| "reflect-metadata": "^0.1.13" | ||
| } | ||
| } |
src/decorators.ts
0 → 100644
src/def/constants.ts
0 → 100644
src/def/index.ts
0 → 100644
src/def/interfaces.ts
0 → 100644
src/meta/meta-fetch.ts
0 → 100644
src/register.ts
0 → 100644
src/utility/utility.ts
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment