57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "@digasystems/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/digasystems/ipp-browser.git"
|
|
},
|
|
"version": "1.0.2",
|
|
"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": "^18.2.0",
|
|
"ua-parser-js": "^1.0.35",
|
|
"vite": "^4.4.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.196",
|
|
"@types/react": "^18.2.19",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@types/ua-parser-js": "^0.7.36",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/digasystems/ipp-browser/issues"
|
|
},
|
|
"homepage": "https://github.com/digasystems/ipp-browser#readme",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"keywords": [
|
|
"ipp",
|
|
"ipp-browser",
|
|
"print",
|
|
"web-print",
|
|
"web",
|
|
"browser"
|
|
]
|
|
}
|