@c_phillips/ipp-browser
Version:
IPP for the browse and node
53 lines • 1.15 kB
JSON
{
"name": "@c_phillips/ipp-browser",
"version": "1.0.0",
"type": "module",
"main": "./dist/lib/printer.js",
"repository": {
"type": "git",
"url": "git+https://github.com/cphillips/ipp-browser.git"
},
"description": "IPP for the browse and node",
"scripts": {
"test": "tsx test.ts",
"build": "tsc",
"prepublish": "tsc"
},
"author": "Clint Phillips",
"contributors": [
{
"name": "Cristian Della Monica"
}
],
"license": "MIT",
"dependencies": {
"buffer": "^6.0.3"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/concat-stream": "^2.0.0",
"@types/lodash": "^4.14.196",
"@types/pdfkit": "^0.12.11",
"axios": "^1.5.0",
"concat-stream": "^2.0.0",
"pdfkit": "^0.13.0",
"tsx": "^3.12.10",
"typescript": "^5.1.6",
"vite": "^4.4.9"
},
"bugs": {
"url": "https://github.com/cphillips/ipp-browser/issues"
},
"homepage": "https://github.com/cphillips/ipp-browser#readme",
"keywords": [
"ipp",
"ipp-browser",
"print",
"web-print",
"web",
"browser"
],
"publishConfig": {
"access": "public"
}
}