-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "doc2html-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "ts-node-dev --respawn ./src/index.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"@koa/multer": "^3.0.0",
"@koa/router": "^10.1.1",
"fs-extra": "^10.0.0",
"koa": "^2.13.4",
"koa-body": "^4.2.0",
"koa-logger": "^3.2.1",
"koa-mount": "^4.0.0",
"koa-parameter": "^3.0.1",
"koa-static": "^5.0.0",
"koa2-cors": "^2.0.6",
"mammoth": "^1.4.19",
"mongoose": "^6.0.13"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^4.3.3",
"@types/koa-logger": "^3.1.2",
"@types/koa-mount": "^4.0.1",
"@types/koa-multer": "^1.0.1",
"@types/koa-static": "^4.0.2",
"@types/koa2-cors": "^2.0.2",
"@types/koa__router": "^8.0.8",
"@types/node": "^16.11.6",
"eslint": "^8.1.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.25.2",
"ts-node": "^10.4.0",
"ts-node-dev": "^1.1.8",
"typescript": "^4.4.4"
}
}