@adelant/ipp-browser
Version:
ipp-browser is a powerful library that brings the power of Internet Printing Protocol (IPP) directly into the browser. With this library, you can easily integrate printing to IPP-compatible network devices directly from your web applications without havin
55 lines (54 loc) • 1.45 kB
JSON
{
"name": "@adelant/ipp-browser",
"type": "module",
"files": [
"dist"
],
"main": "./dist/ipp-browser.umd.cjs",
"module": "./dist/ipp-browser.js",
"exports": {
".": {
"import": "./dist/ipp-browser.js",
"require": "./dist/ipp-browser.umd.cjs"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/adelantsoftware/ipp-browser.git"
},
"version": "1.0.3",
"description": "ipp-browser is a powerful library that brings the power of Internet Printing Protocol (IPP) directly into the browser. With this library, you can easily integrate printing to IPP-compatible network devices directly from your web applications without having to rely on additional plugins or software.",
"scripts": {
"build": "npx vite build",
"start": "npx vite"
},
"author": "Cristian Della Monica",
"license": "MIT",
"dependencies": {
"buffer": "^6.0.3",
"lodash": "^4.17.21",
"react": "^19.0.0",
"vite": "^6.2.0"
},
"devDependencies": {
"@types/lodash": "^4.17.16",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"typescript": "^5.8.2"
},
"bugs": {
"url": "https://github.com/adelantsoftware/ipp-browser/issues"
},
"homepage": "https://github.com/adelantsoftware/ipp-browser#readme",
"directories": {
"lib": "lib"
},
"keywords": [
"ipp",
"ipp-browser",
"print",
"web-print",
"web",
"browser"
]
}