forked from Marcosbit93/Back-Klimty
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 850 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 850 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
34
35
36
{
"name": "back-klimty",
"version": "1.0.0",
"description": "back klimty",
"main": "server.js",
"scripts": {
"start": "npm run server",
"server": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Marcosbit93/Back-Klimty.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Marcosbit93/Back-Klimty/issues"
},
"homepage": "https://github.com/Marcosbit93/Back-Klimty#readme",
"dependencies": {
"axios": "^1.3.4",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"firebase": "^9.17.2",
"nodemailer": "^6.9.1",
"nodemailer-smtp-transport": "^2.7.4",
"pg": "^8.9.0",
"pg-hstore": "^2.3.4",
"sequelize": "^6.29.0"
},
"devDependencies": {
"cors": "^2.8.5",
"morgan": "^1.10.0",
"nodemon": "^2.0.21"
}
}