19 lines
485 B
JSON
19 lines
485 B
JSON
{
|
|
"name": "web-printing-toolkit",
|
|
"version": "1.0.0",
|
|
"description": "A collection of tools and helpers to directly print from a web-browser using IPP.",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.thegreydiamond.de/grey/Web-Printing-Toolkit.git"
|
|
},
|
|
"author": "",
|
|
"license": "AGPL-3.0",
|
|
"dependencies": {
|
|
"@digasystems/ipp-browser": "^1.0.2",
|
|
"axios": "^1.11.0"
|
|
}
|
|
}
|