@softvision/webpdf-wsclient-typescript
Version:
A simplified and optimized API client library for the webPDF server
68 lines (67 loc) • 1.45 kB
JSON
{
"name": "@softvision/webpdf-wsclient-typescript",
"version": "10.0.5",
"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.16.0",
"typescript": "^5.8.3"
},
"devDependencies": {
"@azure/msal-node": "^5.1.5",
"@types/adm-zip": "^0.5.8",
"@types/auth0": "^3.3.11",
"@types/chai": "^5.2.3",
"@types/mocha": "^10.0.10",
"@types/node": "^25.6.0",
"adm-zip": "^0.5.17",
"auth0": "^5.9.1",
"chai": "^6.2.2",
"child_process": "^1.0.2",
"form-data": "^4.0.5",
"mocha": "^11.7.5",
"parcel": "^2.16.4",
"shx": "^0.4.0",
"testcontainers": "^11.14.0",
"tmp": "^0.2.5",
"ts-node": "^10.9.2"
},
"files": [
"lib/**/*"
],
"engines": {
"node": "22.x.x",
"yarn": "1.22.x"
}
}