Last change
on this file since 717ceae was 717ceae, checked in by Nace Gjorgjievski <nace.gorgievski123@…>, 2 years ago |
connected db
|
-
Property mode
set to
100644
|
File size:
437 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "backend",
|
---|
3 | "type": "module",
|
---|
4 | "version": "1.0.0",
|
---|
5 | "description": "",
|
---|
6 | "main": "index.js",
|
---|
7 | "scripts": {
|
---|
8 | "start": "nodemon server.js",
|
---|
9 | "test": "echo \"Error: no test specified\" && exit 1"
|
---|
10 | },
|
---|
11 | "author": "",
|
---|
12 | "license": "ISC",
|
---|
13 | "dependencies": {
|
---|
14 | "bcryptjs": "^2.4.3",
|
---|
15 | "dotenv": "^16.0.1",
|
---|
16 | "express": "^4.18.1",
|
---|
17 | "mongoose": "^6.5.3"
|
---|
18 | },
|
---|
19 | "devDependencies": {
|
---|
20 | "nodemon": "^2.0.19"
|
---|
21 | }
|
---|
22 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.