{
  "name": "@visa/visa-charts-data-table",
  "version": "3.0.2",
  "description": "simple data table component for chart data",
  "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/data-table.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-data-table/src' -i '/^src/(.*)/*.(d|spec|test|e2e).ts$|dist/(.*)/' -c 'npm run build'",
    "tslint-check": "tslint-config-prettier-check ./tslint.json",
    "test:es5-check": "es-check es5 'dist/index.cjs.js' 'dist/loader/index.cjs.js'"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/visa/visa-chart-components.git",
    "directory": "/packages/data-table"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "dependencies": {
    "@visa/charts-types": "^0.6.6",
    "@visa/visa-charts-utils": "^5.5.0",
    "d3-selection": "^1.4.2"
  },
  "devDependencies": {
    "@visa/visa-charts-utils-dev": "^4.1.6"
  },
  "resolutions": {
    "d3-array": "^3.2.4",
    "d3-color": "^3.1.0"
  },
  "jest": {
    "transform": {
      "^.+\\.(ts|tsx)$": "<rootDir>/node_modules/@stencil/core/testing/jest.preprocessor.js"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json",
      "jsx"
    ]
  },
  "gitHead": "4455f9df7415e70b1abcc0cbe3d3c5eb03c9d026"
}
