-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.04 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
{
"name": "oliveos",
"version": "0.1.0",
"description": "OliveOS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JustN00ne/OliveOS-Web.git"
},
"keywords": [
"OliveOS",
"OS",
"Olive"
],
"author": "JustNoone",
"license": "ISC",
"bugs": {
"url": "https://github.com/JustN00ne/OliveOS-Web/issues"
},
"homepage": "https://github.com/JustN00ne/OliveOS-Web#readme",
"dependencies": {
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"firebase": "^10.12.0",
"fs": "^0.0.1-security",
"hcaptcha": "^0.1.1",
"mongoose": "^8.5.3",
"ngrok": "^5.0.0-beta.2",
"node-fetch": "^3.3.2",
"passport": "^0.7.0",
"passport-discord": "^0.1.4",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"twilio": "^5.0.4"
}
}