-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.06 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.06 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
68
69
70
71
72
73
74
{
"name": "stimulsoft-reports-js",
"version": "2026.3.3",
"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.88",
"@xmldom/xmldom": "^0.9.6",
"canvg": "^4.0.2",
"jimp-compact": "^0.16.1-2",
"node-machine-id": "^1.1.12",
"xmldoc": "^1.2.0",
"stimulsoft-data-adapter": "2026.3.3"
},
"files": [
"THIRD-PARTY.md",
"LICENSE.md",
"package.json",
"README.md",
"index.js",
"Scripts/*"
],
"author": {
"name": "Stimulsoft",
"url": "http://www.stimulsoft.com"
},
"maintainers": [
{
"name": "Stimulsoft",
"email": "info@stimulsoft.com",
"url": "http://www.stimulsoft.com"
}
],
"contributors": [
{
"name": "Stimulsoft",
"email": "info@stimulsoft.com",
"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": {}
}