{
  "name": "@nebula.js/sn-waterfall",
  "version": "1.0.6",
  "description": "Waterfall supernova",
  "author": "QlikTech International AB",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/qlik-oss/nebula.js.git"
  },
  "keywords": [
    "qlik",
    "nebula",
    "supernova",
    "waterfall"
  ],
  "files": [
    "api-specifications",
    "core",
    "core/esm",
    "dist",
    "sn-waterfall-ext"
  ],
  "qext": {
    "name": "Waterfall",
    "icon": "waterfallchart"
  },
  "main": "dist/sn-waterfall.js",
  "systemjs": "dist/sn-waterfall.systemjs.js",
  "devDependencies": {
    "d3-scale": "4.0.2",
    "extend": "3.0.2",
    "hammerjs": "2.0.8",
    "jquery": "3.7.1",
    "picasso-plugin-q": "2.10.0",
    "picasso.js": "2.10.0",
    "qlik-chart-modules": "0.99.3",
    "qlik-object-conversion": "0.17.1",
    "@qlik/common": "0.0.1"
  },
  "peerDependencies": {
    "@nebula.js/stardust": ">=1.4.0"
  },
  "scripts": {
    "build": "nebula build --config ../../nebula.config.js",
    "build:dev": "cross-env NODE_ENV=development nebula build --config ../../nebula.config.js",
    "lint": "eslint src",
    "start": "nebula serve --type waterfallchart --config ../../nebula.config.js",
    "sense": "nebula sense --partial",
    "sense:watch": "node ../../scripts/sense-watch",
    "spec": "sy from-jsdoc -c ./spec-configs/props.conf.js",
    "version": "pnpm spec && git add api-specifications"
  }
}