{
  "name": "@visa/stacked-bar-chart",
  "version": "7.1.0",
  "description": "visa's stacked-bar-chart component",
  "license": "SEE LICENCE IN LICENSE",
  "author": "Visa Data Experience Team",
  "module": "dist/index.js",
  "main": "dist/index.cjs.js",
  "es2015": "dist/esm/index.js",
  "es2017": "dist/esm/index.js",
  "jsnext:main": "dist/esm/index.js",
  "unpkg": "dist/stacked-bar-chart.js",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "files": [
    "dist/"
  ],
  "scripts": {
    "audit": "yarn audit --json --level low > yarn-audit.json",
    "yarn-install": "yarn",
    "build": "stencil build",
    "start-dev": "stencil build --dev --watch --serve",
    "watch": "chokidar -d=4  '**/*.{tsx,ts,scss}' 'node_modules/@visa/visa-charts-utils/src' -i '/^src/(.*)/*.(d|spec|test|e2e).ts$|dist/(.*)/' -c 'npm run build'",
    "tslint-check": "tslint-config-prettier-check ./tslint.json",
    "test": "stencil test --spec --no-cache --color --coverage --json --outputFile=./coverage/test-report.json",
    "test:watch": "jest -watch",
    "test:es5-check": "es-check es5 'dist/index.cjs.js' 'dist/loader/index.cjs.js'",
    "update-snapshot": "stencil test --spec --updateSnapshot --color"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/visa/visa-chart-components.git",
    "directory": "/packages/stacked-bar-chart"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "dependencies": {
    "@visa/charts-types": "^0.6.6",
    "@visa/keyboard-instructions": "^2.1.0",
    "@visa/visa-charts-data-table": "^3.0.2",
    "@visa/visa-charts-utils": "^5.5.0",
    "d3-array": "^3.2.4",
    "d3-collection": "^1.0.7",
    "d3-scale": "^2.2.2",
    "d3-selection": "^1.4.2",
    "d3-transition": "1.1.3",
    "uuid": "8.3.2"
  },
  "devDependencies": {
    "@visa/visa-charts-utils-dev": "^4.1.6"
  },
  "resolutions": {
    "d3-array": "^3.2.4",
    "d3-color": "^3.1.0"
  },
  "jest": {
    "preset": "@stencil/core/testing",
    "testRunner": "jest-jasmine2",
    "collectCoverageFrom": [
      "**/*.{tsx,ts}",
      "!**/node_modules/**",
      "!**/*.d.ts",
      "!**/*.{e2e.ts,spec.ts}",
      "!**/(app-**).{tsx}",
      "!**/**-values.{ts}"
    ]
  },
  "jest-html-reporter": {
    "pageTitle": "@visa/stacked-bar-chart",
    "outputPath": "./coverage/test-report.html",
    "executionMode": "reporter",
    "sort": "status",
    "statusIgnoreFilter": "pending,passed"
  },
  "gitHead": "4455f9df7415e70b1abcc0cbe3d3c5eb03c9d026"
}
