-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1001 Bytes
/
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
{
"name": "chat-api",
"version": "0.1.0",
"description": "A chat api telegram like",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "npx nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AndresMpa/courses.git"
},
"keywords": [
"jest",
"express",
"javascript",
"node",
"chat",
"mongo",
"websockets"
],
"author": "AndresMpa",
"license": "ISC",
"bugs": {
"url": "https://github.com/AndresMpa/courses/issues"
},
"homepage": "https://github.com/AndresMpa/courses#readme",
"dependencies": {
"axios": "^0.27.2",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"mongoose": "^6.4.6",
"multer": "^1.4.5-lts.1",
"socket.io": "^4.5.1"
},
"devDependencies": {
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^28.1.3",
"nodemon": "^2.0.19",
"prettier": "^2.7.1"
}
}