{
  "name": "safety-edish",
  "description": "Interactive graphic for the Evaluation of Drug-Induced Serious Hepatotoxicity (eDISH)",
  "version": "0.16.9",
  "author": "Rho, Inc.",
  "license": "MIT",
  "homepage": "https://github.com/rhoinc/safety-eDISH#readme",
  "module": "./src/wrapper.js",
  "main": "./build/safetyedish.js",
  "keywords": [
    "labs",
    "vitals",
    "data",
    "visualization",
    "safety",
    "explorer",
    "hapatoxicity"
  ],
  "dependencies": {
    "d3": "^3",
    "webcharts": "^1.11.3"
  },
  "scripts": {
    "build": "npm audit fix && npm run bundle && npm run format",
    "bundle": "rollup -c",
    "format": "npm run format-src && npm run format-build",
    "format-src": "prettier --print-width=100 --tab-width=4 --single-quote --write \"./src/**/*.js\"",
    "format-build": "prettier --print-width=100 --tab-width=4 --single-quote --write build/safetyedish.js",
    "test": "start chrome ./test/index.html && start firefox ./test/index.html && start iexplore file://%CD%/test/index.html",
    "watch": "rollup -c -w"
  },
  "devDependencies": {
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-env": "^1.7.0",
    "babel-register": "^6.26.0",
    "prettier": "^1.16.4",
    "rollup": "^0.66.6",
    "rollup-plugin-babel": "^3.0.7"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/RhoInc/safety-eDISH.git"
  },
  "bugs": {
    "url": "https://github.com/RhoInc/safety-eDISH/issues"
  }
}
