{
  "name": "@hpcc-js/wc-editor",
  "version": "0.2.6",
  "description": "hpcc-systems web component editor 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=editor",
    "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": {
    "@codemirror/basic-setup": "0.19.3",
    "@codemirror/lang-html": "0.19.4",
    "@codemirror/lang-json": "0.19.2",
    "@codemirror/theme-one-dark": "0.19.1",
    "@hpcc-js/wc-core": "^0.3.2",
    "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"
}
