{
  "name": "eze",
  "version": "0.12.0",
  "description": "Eze demos / docs for Component / Styleguide authors",
  "main": "lib/index.js",
  "types": "lib/index",
  "bin": {
    "eze": "./bin/eze"
  },
  "repository": "https://github.com/basarat/eze.git",
  "scripts": {
    "eze": "node ./src/eze.ts",
    "docs": "npm run eze -- ./src/docs/main.tsx",
    "docs:live": "npm run docs -- --serve",
    "start": "npm run docs:live",
    "publishdocs": "ts-node ./scripts/publishdocs.ts",
    "buildtsc": "tsc -p .",
    "test": "npm run buildtsc && npm run docs",
    "preversion": "npm run test",
    "postversion": "git push --follow-tags && npm publish"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "connect": "3.7.0",
    "connect-injector": "0.4.4",
    "fs-extra": "8.1.0",
    "highlight.js": "9.15.10",
    "marked": "0.7.0",
    "onchange": "6.0.0",
    "parseurl": "1.3.3",
    "serve-static": "1.14.1",
    "ts-loader": "6.0.4",
    "ts-node": "8.3.0",
    "typescript": "3.6.2",
    "webpack": "4.39.3",
    "ws": "7.1.2"
  },
  "devDependencies": {
    "@types/connect": "3.4.32",
    "@types/escape-html": "0.0.20",
    "@types/fs-extra": "8.0.0",
    "@types/highlight.js": "9.12.3",
    "@types/parseurl": "1.3.1",
    "@types/react": "16.9.2",
    "@types/react-dom": "16.9.0",
    "@types/serve-static": "1.13.3",
    "@types/tapable": "1.0.4",
    "@types/webpack": "4.39.1",
    "@types/ws": "6.0.3",
    "csstips": "1.1.0",
    "escape-html": "1.0.3",
    "expandible": "0.1.3",
    "gh-pages": "2.1.1",
    "react": "16.9.0",
    "react-dom": "16.9.0",
    "react-toggle": "4.0.2",
    "typestyle": "2.0.4"
  }
}
