-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.23 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
44
45
46
47
48
{
"name": "t2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run dev",
"dev": "tsc -w | nodemon --watch build --delay 1 build/app.js",
"build": "tsc",
"pm2": "pm2 restart processes.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ttshangxiang/t2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ttshangxiang/t2/issues"
},
"homepage": "https://github.com/ttshangxiang/t2#readme",
"dependencies": {
"@types/busboy": "^0.2.3",
"@types/highlight.js": "^9.12.3",
"@types/koa": "^2.0.48",
"@types/koa-bodyparser": "^4.2.1",
"@types/koa-router": "^7.0.37",
"@types/koa-static": "^4.0.0",
"@types/markdown-it": "0.0.9",
"@types/mkdirp": "^0.5.2",
"@types/mongodb": "^3.1.18",
"@types/sharp": "^0.21.0",
"busboy": "^0.2.14",
"highlight.js": "^9.15.10",
"koa": "^2.6.2",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"markdown-it": "^10.0.0",
"mkdirp": "^0.5.1",
"moment": "^2.23.0",
"mongodb": "^3.1.10",
"nodemon": "^1.18.9",
"pm2": "^3.2.4",
"request": "^2.88.0",
"sharp": "^0.23.2"
}
}