-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 845 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 845 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
{
"name": "flatmates-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FlatMates-NativeApp/FlatMates-api.git"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FlatMates-NativeApp/FlatMates-api/issues"
},
"homepage": "https://github.com/FlatMates-NativeApp/FlatMates-api#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"expo-cli": "^4.13.0",
"express": "^4.17.1",
"faker": "^5.5.3",
"http-errors": "^1.8.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.13.12",
"node": "^14.18.1"
}
}