diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-13 00:51:55 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-13 00:51:55 +0900 |
| commit | a3bd4ba42693b1dc99ef586ef35f61dc53cdf9e9 (patch) | |
| tree | 1d9ef7220ca46696ee4ada43f41fcd59d386abc8 /package.json | |
| parent | Merge branch 'master' of https://github.com/syuilo/misskey (diff) | |
| download | misskey-a3bd4ba42693b1dc99ef586ef35f61dc53cdf9e9.tar.gz misskey-a3bd4ba42693b1dc99ef586ef35f61dc53cdf9e9.tar.bz2 misskey-a3bd4ba42693b1dc99ef586ef35f61dc53cdf9e9.zip | |
wip
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json index d5233d54a6..e5180fddbd 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,9 @@ "@types/is-root": "1.0.0", "@types/is-url": "1.2.28", "@types/js-yaml": "3.11.1", + "@types/koa": "^2.0.45", + "@types/koa-bodyparser": "^4.2.0", + "@types/koa-router": "^7.0.27", "@types/kue": "^0.11.8", "@types/license-checker": "15.0.0", "@types/mkdirp": "0.5.2", @@ -140,6 +143,8 @@ "is-url": "1.2.4", "js-yaml": "3.11.0", "jsdom": "11.7.0", + "koa": "^2.5.0", + "koa-router": "^7.4.0", "kue": "0.11.6", "license-checker": "18.0.0", "loader-utils": "1.1.0", |