still problems
Showing
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
.npmignore
0 → 100644
LICENSE
0 → 100644
install-npm.sh
0 → 100755
package-lock.json
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "koishi-plugin-init", | |||
| "version": "1.0.0", | |||
| "description": "Koishi Plugin", | |||
| "main": "dist/index.js", | |||
| "dependencies": { | |||
| "source-map-support": "^0.5.19" | |||
| }, | |||
| "devDependencies": { | |||
| "@types/lodash": "^4.14.168", | |||
| "@types/node": "^15.0.1", | |||
| "koishi": "^3.10.1", | |||
| "koishi-core": "^3.10.1", | |||
| "lodash": "^4.17.21", | |||
| "raw-loader": "^4.0.2", | |||
| "ts-loader": "^9.1.1", | |||
| "ts-node": "^9.1.1", | |||
| "typescript": "^4.2.4", | |||
| "webpack": "^5.36.2", | |||
| "webpack-cli": "^4.6.0" | |||
| }, | |||
| "scripts": { | |||
| "build": "webpack" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git@git.mycard.moe:nanahira/koishi-plugin-init.git" | |||
| }, | |||
| "keywords": [ | |||
| "Koishi.js" | |||
| ], | |||
| "author": "Nanahira", | |||
| "license": "ISC" | |||
| } |
src/index.ts
0 → 100644
tsconfig.json
0 → 100644
webpack.config.js
0 → 100644
Please register or sign in to comment