forked from typijs/typijs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.15 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.15 KB
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
{
"name": "@angular-cms/api",
"version": "0.0.1",
"license": "MIT",
"description": "",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"serve": "node dist/app.js"
},
"author": "danghung1202@gmail.com",
"dependencies": {
"app-root-path": "^2.1.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"helmet": "^3.15.0",
"http-status": "^1.3.1",
"jsonwebtoken": "^8.3.0",
"mime-types": "^2.1.18",
"mongoose": "^5.7.1",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"sharp": "^0.23.4",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^3.6.0"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.2",
"@types/cors": "^2.8.6",
"@types/helmet": "0.0.45",
"@types/bluebird": "^3.5.27",
"@types/express": "^4.17.1",
"@types/mongoose": "^5.5.18",
"@types/multer": "^1.3.7",
"@types/node": "^12.7.8",
"@types/sharp": "^0.17.8",
"nodemon": "^1.19.2",
"ts-node": "^8.4.1",
"typescript": "~3.5.3"
}
}