UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

66 lines (65 loc) 1.5 kB
{ "name": "@softvision/webpdf-wsclient-typescript", "version": "10.0.1", "description": "A simplified and optimized API client library for the webPDF server", "main": "lib/index.js", "types": "lib/index.d.ts", "author": "SoftVision Development GmbH", "license": "Apache-2.0", "homepage": "https://github.com/softvision-dev", "keywords": [ "TypeScript", "javascript", "SoftVision", "api", "client", "pdf", "webservice", "rest-api", "pdf-converter", "pdf-generation", "pdf-manipulation", "webPDF", "webPDF-server", "webPDF-wsclient", "pdf-portal" ], "scripts": { "compile": "tsc", "clean": "shx rm -rf lib build", "build": "node build.js", "deploy": "node deploy.js" }, "repository": { "type": "git", "url": "git+https://github.com/softvision-dev/webpdf-wsclient-typescript" }, "dependencies": { "axios": "^1.7.9", "typescript": "^5.7.3" }, "devDependencies": { "@azure/msal-node": "^3.2.1", "@types/auth0": "^3.3.10", "@types/chai": "^5.0.1", "@types/mocha": "^10.0.10", "@types/node": "^22.13.1", "@types/adm-zip": "^0.5.7", "auth0": "^4.18.0", "chai": "^5.1.2", "child_process": "^1.0.2", "form-data": "^4.0.1", "mocha": "^11.1.0", "node-fetch": "^3.3.2", "parcel": "^2.13.3", "shx": "^0.3.4", "tmp": "^0.2.3", "ts-node": "^10.9.2", "testcontainers": "^10.17.2", "adm-zip": "^0.5.16" }, "files": [ "lib/**/*" ], "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610" }