-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.04 KB
/
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
47
{
"name": "statusfer",
"version": "1.0.1",
"description": "A simple messaging app",
"main": "index.js",
"engines": {
"node": "18.x"
},
"scripts": {
"start": "node index.js",
"dev": "nodemon index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Brochin5671/Statusfer.git"
},
"keywords": [
"Statusfer",
"messaging",
"social"
],
"author": "Maxim Brochin",
"license": "MIT",
"bugs": {
"url": "https://github.com/Brochin5671/Statusfer/issues"
},
"homepage": "https://github.com/Brochin5671/Statusfer#readme",
"dependencies": {
"@hapi/joi": "^17.1.1",
"bcryptjs": "^2.4.3",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-rate-limit": "^5.2.6",
"http": "0.0.1-security",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.10.3",
"obscenity": "^0.1.4",
"socket.io": "^3.0.4"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.4.8",
"nodemon": "^2.0.6"
}
}