-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 931 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
{
"name": "realtime-chat-nodejs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon start.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/viniyr/realtime-chat-nodejs.git"
},
"author": "Vinicius Yonezawa",
"license": "ISC",
"bugs": {
"url": "https://github.com/viniyr/realtime-chat-nodejs/issues"
},
"homepage": "https://github.com/viniyr/realtime-chat-nodejs#readme",
"dependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/register": "^7.16.5",
"babel-polyfill": "^6.26.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.17.1",
"node-iplocate": "^1.0.2",
"node-localstorage": "^2.2.1",
"nodemon": "^2.0.15",
"public-ip": "^4.0.4",
"redis": "^4.6.13",
"socket.io": "^4.4.0"
}
}