@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.3",
"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.9.0",
"typescript": "^5.8.3"
},
"devDependencies": {
"@azure/msal-node": "^3.5.3",
"@types/auth0": "^3.3.10",
"@types/chai": "^5.2.2",
"@types/mocha": "^10.0.10",
"@types/node": "^22.15.16",
"@types/adm-zip": "^0.5.7",
"auth0": "^4.23.0",
"chai": "^5.2.0",
"child_process": "^1.0.2",
"form-data": "^4.0.2",
"mocha": "^11.2.2",
"parcel": "^2.14.4",
"shx": "^0.4.0",
"testcontainers": "^10.25.0",
"tmp": "^0.2.3",
"ts-node": "^10.9.2",
"adm-zip": "^0.5.16"
},
"files": [
"lib/**/*"
],
"engines": {
"node": "22.x.x",
"yarn": "1.22.x"
}
}