-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.57 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
49
50
51
52
53
54
55
56
57
58
{
"name": "corona-virus-numbers-express-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node ./build/server.js",
"docs": "apidoc -i src/routes/api/ -o docs/"
},
"repository": {
"type": "git",
"url": "https://github.com/Carassale/coronavirusnumbers-express-api"
},
"author": "Gabriele Carassale",
"license": "ISC",
"dependencies": {
"agenda": "^3.0.0",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "8.0.0",
"express": "^4.17.1",
"express-validator": "^6.4.0",
"express-winston": "3.2.1",
"helmet": "^3.21.2",
"mongoose": "5.7.5",
"typescript": "^3.5.2",
"winston": "^3.2.1"
},
"devDependencies": {
"@types/agenda": "^2.0.6",
"@types/axios": "^0.14.0",
"@types/bcrypt": "^3.0.0",
"@types/compression": "^1.0.1",
"@types/cors": "^2.8.6",
"@types/dotenv": "6.1.1",
"@types/events": "^3.0.0",
"@types/express": "^4.17.0",
"@types/helmet": "0.0.45",
"@types/lodash": "4.14.136",
"@types/mocha": "^5.2.7",
"@types/mongodb": "3.1.28",
"@types/mongoose": "5.5.6",
"@types/node-sass": "^4.11.0",
"@types/shelljs": "^0.8.6",
"@types/supertest": "^2.0.7",
"@types/validator": "^12.0.1",
"@types/winston": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"eslint": "^7.13.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"mocha": "^6.1.4"
}
}