{
  "name": "twoslash-cli",
  "version": "1.3.24",
  "main": "index.js",
  "bin": {
    "twoslash": "./bin/twoslash.js",
    "twoslash-cli": "./bin/twoslash.js"
  },
  "author": "Orta Therox",
  "license": "MIT",
  "type": "module",
  "dependencies": {
    "chokidar": "^3.5.2",
    "commander": "^7.2.0",
    "hast-util-to-html": "^7.1.2",
    "mdast-util-to-hast": "^10.0.0",
    "remark": "^13.0.0",
    "remark-shiki-twoslash": "3.1.3",
    "unist-util-visit": "^3.1.0"
  },
  "devDependencies": {
    "@types/node": "^14.14.6",
    "typescript": "^3"
  }
}
