-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.27 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.27 KB
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
{
"name": "proklic-pos",
"version": "1.0.0",
"description": "a restaurant management system",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon server/server.js",
"client-install": "cd client && npm install",
"start": "cd client && npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SPARKBYTE-INTEGRATED/PROKLIC-POS.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SPARKBYTE-INTEGRATED/PROKLIC-POS/issues"
},
"homepage": "https://github.com/SPARKBYTE-INTEGRATED/PROKLIC-POS#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"buffer": "^6.0.3",
"colors": "^1.4.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"https": "^1.0.0",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.0.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.1",
"nodemon": "^2.0.22",
"os": "^0.1.2",
"path": "^0.12.7",
"speakeasy": "^2.0.0",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1",
"zlib": "^1.0.5"
}
}