-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
76 lines (76 loc) · 2.11 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
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
68
69
70
71
72
73
74
75
76
{
"name": "stimulsoft-reports-js",
"version": "2025.1.6",
"description": "Stimulsoft Reports.JS is a reporting tool for Node.js",
"main": "index.js",
"types": "Scripts/stimulsoft.reports.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stimulsoft/Reports.JS.git"
},
"keywords": [
"Stimulsoft",
"Reports",
"Stimulsoft.Reports.JS",
"Reporting tool",
"Report builder",
"Report generator",
"Data visualization",
"Data analytics",
"Create reports",
"Business intelligence",
"Reporting software",
"JavaScript Report Designer",
"JavaScript Report Viewer",
"Node.js reporting tool",
"Angular reporting tool",
"Vue.js reporting tool",
"React.js reporting tool"
],
"dependencies": {
"@napi-rs/canvas": "^0.1.65",
"@xmldom/xmldom": "^0.9.6",
"canvg": "^4.0.2",
"jimp-compact": "^0.16.1-2",
"sync-request": "^6.1.0",
"node-machine-id": "^1.1.12",
"xmldoc": "^1.2.0",
"stimulsoft-data-adapter": "2025.1.6"
},
"files": [
"THIRD-PARTY.md",
"LICENSE.md",
"package.json",
"README.md",
"index.js",
"Scripts/*",
"Css/*"
],
"author": {
"name": "Stimulsoft",
"url": "http://www.stimulsoft.com"
},
"maintainers": [
{
"name": "Stimulsoft",
"email": "[email protected]",
"url": "http://www.stimulsoft.com"
}
],
"contributors": [
{
"name": "Stimulsoft",
"email": "[email protected]",
"url": "http://www.stimulsoft.com"
}
],
"license": "Closed Source",
"bugs": {
"url": "https://github.com/stimulsoft/Reports.JS/issues"
},
"homepage": "https://github.com/stimulsoft/Reports.JS#readme",
"devDependencies": {}
}