Files
Web-Printing-Toolkit/package.json
TheGreydiamond 7b45a854fe inital commit
2025-08-18 20:02:43 +02:00

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"
}
}