-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 998 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 998 Bytes
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
{
"name": "@templatefox/sdk",
"version": "1.9.6",
"description": "Official TemplateFox TypeScript SDK - Generate PDFs from HTML templates",
"author": "TemplateFox",
"repository": {
"type": "git",
"url": "https://github.com/TemplateFoxPDF/typescriptsdk.git"
},
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"module": "./dist/esm/index.js",
"sideEffects": false,
"scripts": {
"build": "tsc && tsc -p tsconfig.esm.json",
"prepare": "npm run build"
},
"devDependencies": {
"typescript": "^4.0 || ^5.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"homepage": "https://templatefox.com",
"keywords": [
"pdf",
"pdf-generation",
"template",
"api",
"html-to-pdf",
"templatefox",
"pdf-template",
"document-generation",
"invoice",
"report",
"sdk",
"pdf-api"
],
"bugs": {
"url": "https://github.com/TemplateFoxPDF/typescriptsdk/issues"
}
}