forked from hiteshchoudhary/apihub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.43 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
48
49
50
51
52
53
54
55
56
57
{
"name": "freeapi",
"version": "1.0.0",
"description": "A API learning go",
"type": "module",
"main": "src/index.js",
"scripts": {
"start": "nodemon -r dotenv/config --experimental-json-modules src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hiteshchoudhary/apihub.git"
},
"keywords": [
"apihub",
"freeapi",
"open source",
"api as a service",
"public apis",
"kitchen sink"
],
"author": "Hitesh Choudhary",
"license": "ISC",
"bugs": {
"url": "https://github.com/hiteshchoudhary/apihub/issues"
},
"homepage": "https://github.com/hiteshchoudhary/apihub#readme",
"dependencies": {
"@faker-js/faker": "^8.0.2",
"bcrypt": "^5.1.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-compression": "^1.0.2",
"express-rate-limit": "^6.7.0",
"express-session": "^1.17.3",
"express-validator": "^7.0.1",
"jsonwebtoken": "^9.0.0",
"mailgen": "^2.0.27",
"mongoose": "^7.4.0",
"mongoose-aggregate-paginate-v2": "^1.0.6",
"multer": "^1.4.5-lts.1",
"nanoid": "^4.0.2",
"nodemailer": "^6.9.3",
"passport": "^0.6.0",
"passport-github2": "^0.1.12",
"passport-google-oauth20": "^2.0.0",
"razorpay": "^2.8.6",
"swagger-ui-express": "^4.6.3",
"yaml": "^2.3.1"
},
"devDependencies": {
"nodemon": "^2.0.22",
"prettier": "^3.0.0"
}
}