source: backend/package.json@ 16237c4

Last change on this file since 16237c4 was 16237c4, checked in by Nace Gjorgjievski <nace.gorgievski123@…>, 22 months ago

Added Order Functionality

  • Property mode set to 100644
File size: 506 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 "express-async-handler": "^1.2.0",
18 "jsonwebtoken": "^8.5.1",
19 "mongoose": "^6.5.3"
20 },
21 "devDependencies": {
22 "nodemon": "^2.0.19"
23 }
24}
Note: See TracBrowser for help on using the repository browser.