-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.31 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
58
59
{
"name": "backend-app",
"version": "1.0.0",
"description": "This is a backend application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js",
"start": "node --watch index.js"
},
"keywords": [
"backend",
"node",
"express",
"mongoose",
"notion",
"axios",
"nodemailer",
"multer"
],
"author": "Manthan Ankolekar",
"license": "MIT",
"dependencies": {
"@notionhq/client": "^2.2.15",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.21.1",
"helmet": "^8.0.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"mongoose": "^8.8.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.16",
"randomstring": "^1.3.0",
"winston": "^3.16.0"
},
"devDependencies": {
"nodemon": "^3.1.7"
},
"engines": {
"node": ">=20.x",
"npm": ">=10.x"
},
"sponsor": {
"url": "https://github.com/sponsors/manthanank"
},
"repository": {
"type": "git",
"url": "https://github.com/manthanank/backend-app.git"
},
"bugs": {
"url": "https://github.com/manthanank/backend-app/issues"
},
"homepage": "https://github.com/manthanank/backend-app#readme"
}