-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
55 lines (55 loc) · 1.22 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
{
"name": "jokopi",
"version": "1.0.0",
"description": "Backend for jokopi website",
"main": "index.js",
"type": "module",
"engines": {
"node": "18.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"app": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/justcallmeahann/jokopi.git"
},
"keywords": [
"jokopi",
"kopi",
"kafe",
"coffee",
"cafe"
],
"author": "ahann",
"license": "MIT",
"bugs": {
"url": "https://github.com/justcallmeahann/jokopi/issues"
},
"homepage": "https://github.com/justcallmeahann/jokopi#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"cloudinary": "^1.35.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"datauri": "^4.1.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"firebase-admin": "^11.8.0",
"google-auth-library": "^8.8.0",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.0.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mustache": "^4.2.0",
"nodemailer": "^6.9.3",
"nodemon": "^2.0.20",
"pg": "^8.9.0",
"sharp": "^0.32.0"
},
"devDependencies": {
"eslint": "^8.35.0",
"eslint-config-google": "^0.14.0"
}
}