first
Showing
.eslintignore
0 → 100644
Dockerfile
deleted
100644 → 0
This diff is collapsed.
This diff is collapsed.
| ... | @@ -2,27 +2,42 @@ | ... | @@ -2,27 +2,42 @@ |
| "name": "koishi-plugin-act", | "name": "koishi-plugin-act", | ||
| "version": "1.0.0", | "version": "1.0.0", | ||
| "description": "", | "description": "", | ||
| "main": "build/index.js", | "main": "dist/index.js", | ||
| "dependencies": { | "dependencies": { | ||
| "class-transformer": "^0.4.0", | "source-map-support": "^0.5.19" | ||
| "delay": "^5.0.0", | }, | ||
| "lodash": "^4.17.21", | "peerDependencies": { | ||
| "mustache": "^4.2.0" | "koishi-adapter-onebot": "^3.1.0", | ||
| "koishi-core": "^3.13.0" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@types/lodash": "^4.14.172", | "@types/lodash": "^4.14.172", | ||
| "@types/mustache": "^4.1.2", | "@types/mustache": "^4.1.2", | ||
| "@types/node": "^16.4.10", | "@types/node": "^16.4.11", | ||
| "@typescript-eslint/eslint-plugin": "^4.29.0", | "@typescript-eslint/eslint-plugin": "^4.29.0", | ||
| "@typescript-eslint/parser": "^4.29.0", | "@typescript-eslint/parser": "^4.29.0", | ||
| "class-transformer": "^0.4.0", | |||
| "delay": "^5.0.0", | |||
| "eslint": "^7.32.0", | "eslint": "^7.32.0", | ||
| "eslint-config-prettier": "^8.3.0", | "eslint-config-prettier": "^8.3.0", | ||
| "eslint-plugin-prettier": "^3.4.0", | "eslint-plugin-prettier": "^3.4.0", | ||
| "koishi-adapter-onebot": "^3.1.0", | |||
| "koishi-core": "^3.13.0", | |||
| "load-json-file": "^6.2.0", | |||
| "lodash": "^4.17.21", | |||
| "moment": "^2.29.1", | |||
| "mustache": "^4.2.0", | |||
| "prettier": "^2.3.2", | "prettier": "^2.3.2", | ||
| "typescript": "^4.3.5" | "raw-loader": "^4.0.2", | ||
| "reflect-metadata": "^0.1.13", | |||
| "ts-loader": "^9.2.5", | |||
| "typescript": "^4.3.5", | |||
| "webpack": "^5.48.0", | |||
| "webpack-cli": "^4.7.2" | |||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "lint": "echo \"Error: no test specified\" && exit 1" | "lint": "eslint --fix .", | ||
| "build": "webpack" | |||
| }, | }, | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| ... | ... |
src/index.ts
0 → 100644
src/playbook/Show.ts
0 → 100644
src/plugin.ts
0 → 100644
This diff is collapsed.
webpack.config.js
0 → 100644
Please register or sign in to comment