-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.82 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.82 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "funfit",
"version": "1.0.0",
"description": "## Team members **Chu Thi Thanh** **Nguyen Hong Ngoc**",
"main": "index.js",
"scripts": {
"test": "mocha ./test --exit",
"start": "node app.js",
"devstart": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RubyNguyen07/funfit.git"
},
"author": "Ruby Nguyen",
"license": "ISC",
"bugs": {
"url": "https://github.com/RubyNguyen07/funfit/issues"
},
"homepage": "https://github.com/RubyNguyen07/funfit#readme",
"dependencies": {
"@trycourier/courier": "^3.13.1",
"@types/multer": "^1.4.7",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"buffer": "^6.0.3",
"chai": "^4.3.6",
"chai-http": "^4.3.0",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"crypto-random-string": "^5.0.0",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"expo-server-sdk": "^3.6.0",
"express": "^4.18.1",
"express-session": "^1.17.3",
"file-get-contents": "^1.0.0",
"fs": "^0.0.1-security",
"fs-extra": "^10.1.0",
"gtts": "^0.2.1",
"handlebars": "^4.7.7",
"helmet": "^5.1.0",
"jsonwebtoken": "^8.5.1",
"mocha": "^10.0.0",
"mongoose": "^6.4.4",
"multer-gridfs-storage": "^5.0.2",
"natural": "^5.2.2",
"nodemailer": "^6.7.5",
"path": "^0.12.7",
"randomstring": "^1.2.2",
"read-file": "^0.2.0",
"read-file-relative": "^1.2.0",
"say": "^0.16.0",
"sendmail": "^1.6.1",
"socket.io": "^4.5.1",
"stream": "^0.0.2",
"text-to-mp3": "^1.0.4",
"throw-error": "^1.0.0",
"ug": "^0.0.8",
"util": "^0.12.4",
"uuid": "^8.3.2",
"validator": "^13.7.0",
"vector-object": "^1.3.0"
},
"devDependencies": {
"nodemon": "^2.0.16"
},
"engines": {
"node": "16.13.1"
}
}