-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.08 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.08 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
{
"dependencies": {
"base-64": "^1.0.0",
"bcrypt": "^5.0.1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"dots-config": "^2.1.0",
"ejs": "^3.1.6",
"eslint": "^7.32.0",
"express": "^4.17.1",
"faker": "^5.5.3",
"http": "0.0.1-security",
"jest": "^26.6.3",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"multer": "^1.4.3",
"pg": "^8.7.1",
"sequelize": "^6.6.5",
"sequelize-cli": "^6.2.0",
"socket.io": "^4.1.3",
"socket.io-client": "^4.2.0",
"sqlite3": "^5.0.2",
"supergoose": "^0.2.6",
"supertest": "^6.1.5",
"uuid": "^8.3.2",
"ws": "^7.4.6"
},
"name": "food-jo",
"description": "",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js ",
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/resturant-Jo/Food-Jo.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/resturant-Jo/Food-Jo/issues"
},
"homepage": "https://github.com/resturant-Jo/Food-Jo#readme"
}