forked from DRC-COVID19/fakenews_fack_checking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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": "fake_new_report_plateform",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"dev": "ts-node ./src/index.ts",
"start": "nodemon ./build/index.js",
"prod": "yarn build && yarn start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jochri3/fake_new_report_plateform.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jochri3/fake_new_report_plateform/issues"
},
"homepage": "https://github.com/jochri3/fake_new_report_plateform#readme",
"dependencies": {
"@types/cookie-session": "^2.0.39",
"@types/express": "^4.17.3",
"@types/joi": "^14.3.4",
"@types/lodash": "^4.14.149",
"@types/mongoose": "^5.7.8",
"body-parser": "^1.19.0",
"concurrently": "^5.1.0",
"cookie-session": "^1.4.0",
"dotenv": "^8.2.0",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-validator": "^6.4.0",
"joi": "^14.3.1",
"lodash": "^4.17.15",
"mongoose": "^5.9.6",
"node-sass": "^4.13.1",
"nodemon": "^2.0.2",
"reflect-metadata": "^0.1.13"
}
}