-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.53 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.53 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
48
49
50
51
52
53
54
55
56
57
{
"name": "admitech",
"version": "0.0.1",
"description": "Recrutment platform for IG & DO courses in Polytech Montpellier",
"main": "lib/app.js",
"scripts": {
"start": "node lib/app.js",
"lint": "eslint src/**/*.ts tests/**/*.ts",
"test": "jest ./tests",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThomasF34/admitech.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ThomasF34/admitech/issues"
},
"homepage": "https://github.com/ThomasF34/admitech#readme",
"dependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/body-parser": "^1.17.1",
"@types/cors": "^2.8.6",
"@types/dotenv": "^8.2.0",
"@types/helmet": "0.0.44",
"@types/jsonwebtoken": "^8.3.5",
"aws-sdk": "^2.573.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-datadog": "0.0.9",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"helmet": "^3.21.2",
"jsonwebtoken": "^8.5.1",
"pg": "^7.12.1",
"sequelize": "^5.21.2",
"sequelize-cli": "^5.5.1",
"winston": "^3.2.1"
},
"devDependencies": {
"@types/bluebird": "^3.5.28",
"@types/connect-datadog": "0.0.4",
"@types/express": "^4.17.1",
"@types/jest": "^24.0.19",
"@types/validator": "^10.11.3",
"@types/winston": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^2.5.0",
"@typescript-eslint/parser": "^2.5.0",
"eslint": "^6.6.0",
"jest": "^24.9.0",
"ts-jest": "^24.1.0",
"typescript": "^3.6.4"
}
}