forked from xh4010/xlsxTemplater
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 KB
/
package.json
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
{
"name": "@xh4010/xlsxtemplater",
"version": "1.0.9",
"description": "xlscTemplater is a library that generates xlsx documents from an xlsx template by replacing pre-defined {placeholders}. It supports loop conditions, as well as the insertion of images and QR codes. The library is capable of producing output in xlsx/pdf formats.",
"main": "index.js",
"scripts": {
"test": "node examples/index"
},
"dependencies": {
"exceljs": "^4.4.0",
"qrcode": "^1.5.3",
"superagent": "^8.1.2",
"async": "^3.2.5",
"tmp": "^0.2.1"
},
"author": "xh4010@163.com",
"keywords": [
"xlsx",
"excel",
"template",
"templater",
"templates",
"generate",
"generator",
"creator",
"libreoffice",
"convert",
"pdf",
"report"
],
"repository": {
"type": "git",
"url": "https://github.com/xh4010/xlsxtemplater"
},
"bugs":{
"url": "https://github.com/xh4010/xlsxtemplater/issues"
},
"homepage": "https://github.com/xh4010/xlsxtemplater#readme",
"license": "MIT"
}