{
  "name": "@msrvida/sanddance",
  "version": "4.0.6",
  "description": "SandDance visualization canvas component.",
  "main": "dist/es6/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/SandDance.git",
    "directory": "packages/sanddance"
  },
  "types": "dist/es6/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "eslint": "eslint -c ../../.eslintrc.json --fix ./src/**/*.ts*",
    "docs": "typedoc src/index.ts -out ../../docs/docs/sanddance/v4 --theme ../../typedoc/theme --excludePrivate --gitRevision master",
    "deploy": "node ./scripts/deploy.js",
    "watch-typescript": "tsc -p . -w",
    "build-typescript": "tsc -p .",
    "bundle": "rollup -c",
    "build:sanddance-core": "npm run build-typescript && node ../../scripts/version.js && npm run build-css && npm run bundle",
    "watch-css": "sass ./src/css/sanddance.scss ./dist/css/sanddance.css --watch",
    "build-css": "sass ./src/css/sanddance.scss ./dist/css/sanddance.css",
    "remove-vega": "npm un vega-typings",
    "patch-after-vega-upgrade": "npm version patch"
  },
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@types/d3-scale": "^4.0.2"
  },
  "dependencies": {
    "d3-scale": "^4.0.2",
    "@msrvida/chart-types": "^1",
    "@msrvida/sanddance-specs": "^1",
    "@msrvida/search-expression": "^1",
    "@msrvida/vega-morphcharts": "^1",
    "vega-typings": "~0.24.1"
  }
}
