-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1000 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
{
"name": "codesangam",
"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/Avtech04/CodeSangam.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Avtech04/CodeSangam/issues"
},
"homepage": "https://github.com/Avtech04/CodeSangam#readme",
"dependencies": {
"axios": "^1.6.2",
"bad-words": "^3.0.4",
"body-parser": "^1.20.2",
"chance": "^1.1.7",
"cloudinary": "^1.41.0",
"config": "^3.3.9",
"ejs": "^3.1.6",
"express": "^4.17.1",
"fetch": "^1.1.0",
"grapheme-splitter": "^1.0.4",
"howler": "^2.2.4",
"leven": "^3.1.0",
"mongoose": "^8.0.0",
"nanoid": "^3.1.20",
"node-fetch": "^2.6.6",
"nodemon": "^3.0.1",
"random-words": "^2.0.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"socket.io": "^3.1.0"
}
}