{
  "name": "@hpcc-js/wc-layout",
  "version": "0.3.1",
  "description": "hpcc-systems web component layout 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=layout",
    "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/wc-core": "^0.3.2",
    "@lumino/dragdrop": "1.14.0",
    "@lumino/messaging": "1.10.1",
    "@lumino/widgets": "1.31.1",
    "d3": "7.4.4",
    "tslib": "2.3.1"
  },
  "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"
}
