blob: dd58c0151ff4ad3aa768cb8bcf02f76a40943869 [file] [log] [blame]
{
"name": "@eclipse-scout/chart",
"version": "11.0.23",
"description": "Eclipse Scout chart",
"author": "BSI Business Systems Integration AG",
"homepage": "https://www.eclipse.org/scout",
"repository": {
"type": "git",
"url": "https://git.eclipse.org/c/scout/org.eclipse.scout.rt.git"
},
"license": "EPL-1.0",
"engines": {
"node": ">=12.1.0",
"npm": ">=6.9.0",
"pnpm": ">=5"
},
"keywords": [
"scout",
"eclipse-scout",
"chart"
],
"main": "./src/index.js",
"files": [
"dist",
"src"
],
"scripts": {
"testserver:start": "scout-scripts test-server:start",
"testserver:stop": "scout-scripts test-server:stop",
"test:ci": "scout-scripts test:ci",
"build:dev": "scout-scripts build:dev",
"build:prod": "scout-scripts build:prod",
"build:all": "scout-scripts build:dev && scout-scripts build:prod",
"build:dev:watch": "scout-scripts build:dev:watch",
"snapshot-cleanup": "releng-scripts snapshot-cleanup",
"snapshot-predependency": "releng-scripts snapshot-install-dependency",
"snapshot-postdependency": "releng-scripts snapshot-publish-dependency",
"release-predependency": "releng-scripts release-install-dependency",
"release-postdependency": "releng-scripts release-publish-dependency"
},
"devDependencies": {
"@eclipse-scout/cli": "11.0.23",
"@eclipse-scout/releng": "^10.0.0",
"jasmine-core": "3.6.0",
"karma": "5.2.2"
},
"dependencies": {
"jquery": "3.5.1",
"@eclipse-scout/core": "11.0.23",
"chart.js": "2.9.3",
"chartjs-plugin-datalabels": "0.7.0"
}
}