finish
Showing
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
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-wrapper", | ||
| "version": "1.0.0", | ||
| "description": "A simple wrapper for Koishi.js, mainly for Windows.", | ||
| "main": "dist/index.js", | ||
| "scripts": { | ||
| "build": "tsc", | ||
| "start": "node dist/index.js" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git@git.mycard.moe:nanahira/koishi-wrapper.git" | ||
| }, | ||
| "keywords": [ | ||
| "cqhttp" | ||
| ], | ||
| "author": "Nanahira", | ||
| "license": "MIT", | ||
| "dependencies": { | ||
| "koishi": "^3.14.1", | ||
| "koishi-adapter-onebot": "^3.1.0", | ||
| "koishi-core": "^3.14.1", | ||
| "koishi-plugin-common": "^4.3.4", | ||
| "lodash": "^4.17.21" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/lodash": "^4.14.172", | ||
| "@types/node": "^16.7.10", | ||
| "@typescript-eslint/eslint-plugin": "^4.30.0", | ||
| "@typescript-eslint/parser": "^4.30.0", | ||
| "eslint": "^7.32.0", | ||
| "eslint-config-prettier": "^8.3.0", | ||
| "eslint-plugin-prettier": "^3.4.1", | ||
| "pkg": "^5.3.1", | ||
| "prettier": "^2.3.2", | ||
| "typescript": "^4.4.2" | ||
| } | ||
| } |
tsconfig.json
0 → 100644
Please register or sign in to comment