inital commit
This commit is contained in:
56
node_modules/@digasystems/ipp-browser/package.json
generated
vendored
Normal file
56
node_modules/@digasystems/ipp-browser/package.json
generated
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user