{
  "name": "@nebula.js/sn-mekko-chart",
  "version": "1.4.7",
  "description": "Compare the share of values using variable width of stacked bars",
  "keywords": [
    "qlik",
    "nebula",
    "stardust"
  ],
  "license": "MIT",
  "author": "QlikTech International AB",
  "main": "./dist/sn-mekko-chart.js",
  "files": [
    "core",
    "dist",
    "api-specifications",
    "sn-mekko-chart-ext"
  ],
  "prettier": "@qlik/prettier-config",
  "devDependencies": {
    "@babel/cli": "7.28.3",
    "@babel/core": "7.28.5",
    "@babel/parser": "7.28.5",
    "@babel/preset-env": "7.28.5",
    "@babel/traverse": "7.28.5",
    "@commitlint/cli": "20.1.0",
    "@commitlint/config-conventional": "20.0.0",
    "@nebula.js/cli": "6.0.2",
    "@nebula.js/cli-build": "6.0.2",
    "@nebula.js/cli-sense": "6.0.2",
    "@nebula.js/cli-serve": "6.0.2",
    "@nebula.js/stardust": "6.0.2",
    "@qlik/eslint-config": "1.4.4",
    "@qlik/prettier-config": "0.4.30",
    "@scriptappy/cli": "0.10.1",
    "@scriptappy/from-jsdoc": "0.19.1",
    "babel-plugin-istanbul": "7.0.1",
    "eslint": "8.57.1",
    "fs-extra": "11.3.2",
    "globby": "15.0.0",
    "husky": "9.1.7",
    "jest": "30.2.0",
    "jest-environment-jsdom": "30.2.0",
    "picasso-plugin-q": "2.10.0",
    "picasso.js": "2.10.0",
    "prettier": "3.6.2",
    "qlik-chart-modules": "0.99.0",
    "typescript": "5.9.3"
  },
  "peerDependencies": {
    "@nebula.js/stardust": ">=4.14.0"
  },
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "systemjs": "./dist/sn-mekko-chart.systemjs.js",
  "scripts": {
    "build": "./tools/generate-all-locale.mjs && nebula build --core core --mode='production' && nebula sense --partial true --output='sn-mekko-chart-ext' --sourcemap true",
    "build:dev": "./tools/generate-all-locale.mjs && nebula build --core core --mode='development'",
    "copy:ext": "node ./tools/copy-ext.js",
    "format": "prettier --write '**'",
    "format:check": "prettier --check '**'",
    "lint": "./tools/generate-all-locale.mjs && eslint src",
    "spec": "sy from-jsdoc -c ./spec-configs/props.conf.js",
    "start": "nebula serve --type mekkochart",
    "start:mfe": "nebula serve --mfe --type sn-mekko-chart --core core --mode development --typescript --systemjs true",
    "test:unit": "jest",
    "validate:locale": "node ./tools/validate-locale-strings.js",
    "preversion": "pnpm build",
    "version": "pnpm spec && git add api-specifications"
  }
}