-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.05 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.05 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
75
{
"name": "stimulsoft-dashboards-js",
"version": "2026.1.7",
"description": "Stimulsoft Dashboards.JS is a dashboards 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/Dashboards.JS.git"
},
"keywords": [
"Stimulsoft",
"Dashboards",
"Stimulsoft.Dashboards.JS",
"Data analytics tool",
"Data visualization",
"Data analytics",
"Create dashboard",
"Business intelligence",
"Export dashboard to PDF",
"JavaScript Dashboard Designer",
"JavaScript Dashboard Viewer",
"Node.js export tool",
"Angular dashboard tool",
"Vue.js dashboard tool",
"React.js dashboard tool",
"Online dashboard",
"Embedding dashboards"
],
"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.1.7"
},
"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": "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/Dashboards.JS/issues"
},
"homepage": "https://github.com/stimulsoft/Dashboards.JS#readme",
"devDependencies": {}
}