-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 794 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 794 Bytes
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
{
"name": "your-inner-atlas-landing",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"atlas",
"journal",
"landing",
"google-signin"
],
"author": "Your Name",
"license": "ISC",
"description": "Landing page for Your Atlas Journal Companion, a celestial addition for creative self-discovery",
"dependencies": {
"@sendgrid/mail": "^8.1.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"google-auth-library": "^9.14.1",
"mongodb": "^6.19.0",
"mongoose": "^7.0.0",
"nodemailer": "^7.0.10",
"web-push": "^3.6.7"
},
"engines": {
"node": ">=18.0.0 <23.0.0"
}
}