-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 807 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 807 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
{
"name": "barcode-reader",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"author": "Reinaldo Almeida",
"scripts": {
"start": "node src/index.js",
"prestart": "npm i",
"dev": "nodemon --inspect src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reinaldoalmeida/barcode-reader.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/reinaldoalmeida/barcode-reader/issues"
},
"homepage": "https://github.com/reinaldoalmeida/barcode-reader#readme",
"dependencies": {
"@zxing/library": "^0.18.4",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"ext-name": "^5.0.0",
"jimp": "^0.16.1",
"node-fetch": "^2.6.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}