add template rendering
Showing
This diff is collapsed.
... | @@ -42,6 +42,7 @@ | ... | @@ -42,6 +42,7 @@ |
"@koishijs/plugin-adapter-onebot": "^4.1.5", | "@koishijs/plugin-adapter-onebot": "^4.1.5", | ||
"@types/jest": "^27.4.0", | "@types/jest": "^27.4.0", | ||
"@types/lodash": "^4.14.178", | "@types/lodash": "^4.14.178", | ||
"@types/mustache": "^4.1.2", | |||
"@types/node": "^17.0.10", | "@types/node": "^17.0.10", | ||
"@types/supertest": "^2.0.11", | "@types/supertest": "^2.0.11", | ||
"@typescript-eslint/eslint-plugin": "^4.33.0", | "@typescript-eslint/eslint-plugin": "^4.33.0", | ||
... | @@ -60,10 +61,11 @@ | ... | @@ -60,10 +61,11 @@ |
"@types/koa": "^2.13.4", | "@types/koa": "^2.13.4", | ||
"@types/koa__router": "^8.0.11", | "@types/koa__router": "^8.0.11", | ||
"lodash": "^4.17.21", | "lodash": "^4.17.21", | ||
"mustache": "^4.2.0", | |||
"reflect-metadata": "^0.1.13", | "reflect-metadata": "^0.1.13", | ||
"typed-reflector": "^1.0.10" | "typed-reflector": "^1.0.10" | ||
}, | }, | ||
"peerDependencies": { | "peerDependencies": { | ||
"koishi": "^4.6.0" | "koishi": "^4.7.0" | ||
} | } | ||
} | } |
Please register or sign in to comment