{
  "name": "@observablehq/notebook-inspector",
  "version": "2.0.1",
  "license": "ISC",
  "main": "dist/notebook-inspector.umd.js",
  "module": "dist/notebook-inspector.js",
  "author": {
    "name": "Observable, Inc.",
    "url": "https://observablehq.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/observablehq/notebook-inspector.git"
  },
  "scripts": {
    "test": "rollup -c && jest",
    "precommit": "eslint .",
    "prepare": "rollup -c",
    "prepublishOnly": "cleancss -o dist/notebook-inspector-style.css src/style.css",
    "postpublish": "git push && git push --tags"
  },
  "esm": {
    "mode": "all",
    "cjs": true
  },
  "dependencies": {
    "esm": "^3.0.76"
  },
  "devDependencies": {
    "clean-css-cli": "^4.2.1",
    "eslint": "^5.3.0",
    "jest": "^23.5.0",
    "rollup": "^0.64.1",
    "rollup-plugin-node-resolve": "^3.3.0",
    "rollup-plugin-terser": "^1.0.1"
  }
}
