-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 797 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 797 Bytes
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
{
"name": "backend_assignment_sc",
"version": "1.0.0",
"description": "Backend Assignment for Sport Compass.",
"main": "app.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/realFranco/backend_assignment_sc.git"
},
"keywords": [
"node",
"sql"
],
"author": "Franco Gil",
"license": "ISC",
"bugs": {
"url": "https://github.com/realFranco/backend_assignment_sc/issues"
},
"homepage": "https://github.com/realFranco/backend_assignment_sc#readme",
"dependencies": {
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"dotenv-expand": "^5.1.0",
"express": "^4.17.1",
"multer": "^1.4.2",
"pg": "^8.0.2",
"uuid": "^7.0.3"
},
"devDependencies": {
"jest": "^25.3.0"
}
}