{
  "name": "@hpcc-js/wc-core",
  "version": "0.3.2",
  "description": "hpcc-systems web component core library",
  "sideEffects": false,
  "type": "module",
  "exports": {
    "script": "./dist/index.umd.min.js",
    "default": "./dist/esm/index.js"
  },
  "main": "dist/index.esm.js",
  "module": "dist/esm/index.js",
  "jsdelivr": "dist/index.umd.min.js",
  "unpkg": "dist/index.umd.min.js",
  "types": "types/index.d.ts",
  "files": [
    "dist/*",
    "src/*",
    "types/*"
  ],
  "scripts": {
    "clean": "rimraf build dist lib* types temp tmp *.tsbuildinfo",
    "compile-es6": "tsc -p ./tsconfig.json",
    "compile-es6-watch": "npm run compile-es6 -- -w",
    "bundle": "rollup -c ../rollup.config.js --folder=core",
    "bundle-watch": "npm run bundle -- -w",
    "build": "npm run compile-es6 && npm run bundle",
    "lint": "eslint ./src",
    "update": "npx npm-check-updates -u -t minor"
  },
  "dependencies": {
    "@hpcc-js/util": "^2.48.0"
  },
  "devDependencies": {
    "@types/react": "16.14.25",
    "@types/react-dom": "16.9.14"
  },
  "peerDependencies": {
    "react": "*",
    "react-dom": "*"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hpcc-systems/Visualization.git"
  },
  "author": {
    "name": "hpcc-systems",
    "url": "https://hpccsystems.com"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/hpcc-systems/Visualization/issues"
  },
  "homepage": "https://github.com/hpcc-systems/Visualization#readme"
}
