Skip to content

Commit

Permalink
feat: update bot api
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki committed Feb 15, 2023
1 parent d763f03 commit 024cde6
Show file tree
Hide file tree
Showing 15 changed files with 450 additions and 942 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kokkoro/web",
"version": "0.1.2",
"version": "0.1.3",
"description": "Create web serve for kokkoro.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -30,14 +30,15 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@kokkoro/database": "^1.0.1",
"@kokkoro/utils": "^0.6.0",
"@types/jsonwebtoken": "^9.0.1",
"@types/koa": "^2.13.5",
"@types/koa-static": "^4.0.2",
"@types/koa__cors": "^3.3.0",
"@types/koa__router": "^12.0.0",
"@types/uuid": "^9.0.0",
"kokkoro": "^2.0.0-alpha.3"
"kokkoro": "^2.0.0-alpha.7"
},
"files": [
"lib"
Expand Down
Loading

0 comments on commit 024cde6

Please sign in to comment.