-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.41 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"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"
}
}