-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.29 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
{
"name": "label-automate",
"version": "1.0.0",
"description": "label automater for small businesses.\r run the node application app.js,\r This application=>\r ->tails the log file and reads new changes\r ->creates an api which sends new date and time as the response.\r after running the node application open label.html,\r This webpage=>\r ->uses qrcode-custom.js to send a GET req to fetch the current date and time and create its qr code using davids qr-code library\r Use this to tail any file and generate qr-codes when necessary.",
"main": "app.js",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mysql": "^2.18.1",
"read-last-lines": "^1.8.0",
"serialport": "^9.0.6",
"socket.io": "^2.4.0",
"tail": "^2.2.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yash-g17/label-automate.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Yash-g17/label-automate/issues"
},
"homepage": "https://github.com/Yash-g17/label-automate#readme"
}