## [1.0.4](https://github.com/qlik-oss/network-vis-chart/compare/v1.0.3...v1.0.4) (2023-08-18) ### Bug Fixes * clean spec ([96880cd](96880cd441))
49 lines
1.6 KiB
JSON
49 lines
1.6 KiB
JSON
{
|
||
"name": "@nebula.js/sn-network-chart",
|
||
"version": "1.0.4",
|
||
"description": "Displays hierarchical or relational dimensions as nodes and edges´, with measures to show the significance of its links.",
|
||
"homepage": "",
|
||
"repository": "https://github.com/qlik-oss/network-vis-chart",
|
||
"author": "QLIK",
|
||
"license": "MIT",
|
||
"scripts": {
|
||
"start": "nebula serve --build false --type qlik-network-chart",
|
||
"watch": "nebula serve --type sn-network-chart",
|
||
"watch:legacy": "nebula serve --type qlik-network-chart",
|
||
"build": "nebula build --core core",
|
||
"sense": "nebula sense --meta resources/meta.json && shx cp resources/network_chart_v1.png sn-network-chart-ext",
|
||
"eslint": "eslint src",
|
||
"spec": "sy from-jsdoc -c ./spec-configs/props.conf.js",
|
||
"test:unit": "jest"
|
||
},
|
||
"files": [
|
||
"api-specifications",
|
||
"dist",
|
||
"core",
|
||
"sn-network-chart-ext"
|
||
],
|
||
"main": "dist/sn-network-chart.js",
|
||
"systemjs": "dist/sn-network-chart.systemjs.js",
|
||
"devDependencies": {
|
||
"@nebula.js/cli": "4.0.3",
|
||
"@nebula.js/cli-build": "4.0.3",
|
||
"@nebula.js/cli-sense": "4.0.3",
|
||
"@nebula.js/cli-serve": "4.0.3",
|
||
"@nebula.js/stardust": "4.0.3",
|
||
"@testing-library/jest-dom": "5.16.5",
|
||
"@babel/eslint-parser": "7.21.8",
|
||
"eslint": "8.40.0",
|
||
"jest": "29.5.0",
|
||
"jest-environment-jsdom": "29.5.0",
|
||
"jest-junit": "^16.0.0",
|
||
"@scriptappy/cli": "0.8.0",
|
||
"@scriptappy/from-jsdoc": "0.17.0",
|
||
"shx": "0.3.4",
|
||
"vis-data": "7.1.6",
|
||
"vis-network": "9.1.6"
|
||
},
|
||
"peerDependencies": {
|
||
"@nebula.js/stardust": ">=1.7.0"
|
||
}
|
||
}
|