-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.67 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
56
57
58
59
60
{
"name": "package.json",
"version": "1.0.0",
"description": "this is a package.json for project dependencies",
"main": "index.js",
"scripts": {
"setup": "npm install && npm update",
"start": "node src/index.js",
"start:staging": "NODE_ENV=staging node src/index.js",
"start:prod": "NODE_ENV=production node src/index.js",
"dev": "nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NawafSwe/Barcode-Reader-.git"
},
"author": "Nawaf Alsharqi",
"license": "ISC",
"bugs": {
"url": "https://github.com/NawafSwe/Barcode-Reader-/issues"
},
"homepage": "https://github.com/NawafSwe/Barcode-Reader-#readme",
"dependencies": {
"@zxing/library": "^0.19.1",
"axios": "^1.6.4",
"Babel": "0.0.1",
"body-parser": "^1.20.0",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"custom-env": "^2.0.1",
"dotenv": "^8.6.0",
"ejs": "^3.1.10",
"express": "^4.17.3",
"express-custom-error": "^1.8.4",
"express-session": "^1.17.2",
"express-session-mongo": "^0.0.4",
"express-validator": "^6.15.0",
"has-keys": "^0.1.0",
"helmet": "^3.23.3",
"http-status": "^1.5.0",
"jest": "^29.0.0",
"mandatoryenv": "^1.1.1",
"memorystore": "^1.6.7",
"migrate": "^1.8.0",
"module-alias": "^2.2.2",
"mongoose": "^6.2.5",
"mongodb": "^3.7.3",
"morgan": "^1.9.1",
"node-fetch": "^3.2.10",
"qrcode": "^1.5.0",
"rotating-file-stream": "^1.4.6"
},
"devDependencies": {
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"nodemon": "^2.0.22",
"prettier": "2.0.5"
}
}