-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 902 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 902 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
{
"name": "noctive",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node backend/server.js",
"firebase:deploy:rules": "firebase deploy --only firestore:rules,storage",
"firebase:deploy:firestore": "firebase deploy --only firestore:rules",
"firebase:deploy:storage": "firebase deploy --only storage"
},
"keywords": ["gaming", "platform", "social", "streaming"],
"author": "pivotmenace",
"license": "ISC",
"description": "Night-First Gaming Platform - Unfollow the algorithm. Noctive follows you.",
"homepage": "https://pivotmenace.github.io/Noctive/",
"dependencies": {
"express": "^5.1.0",
"nodemailer": "^6.9.8",
"crypto": "^1.0.1",
"cors": "^2.8.5",
"dotenv": "^16.3.1"
},
"devDependencies": {
"@types/express": "^5.0.1",
"@types/node": "^22.15.17"
}
}