21 lines
474 B
JSON
21 lines
474 B
JSON
{
|
|
"name": "thermal",
|
|
"version": "1.0.0",
|
|
"description": "Web portal to print to a TSP100 thermal printer.",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.vfsh.dev/voidf1sh/custom-scripts"
|
|
},
|
|
"author": "Skylar Grant",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.19.2",
|
|
"node-thermal-printer": "^4.4.3",
|
|
"printer": "^0.4.0"
|
|
}
|
|
}
|