{
  "name": "monkey-doc",
  "version": "1.3.14",
  "description": "A narrative-first documentation tool — a beautiful alternative to Storybook",
  "license": "MIT",
  "author": "Arthur Manceau",
  "homepage": "https://github.com/armanceau/monkey-doc#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/armanceau/monkey-doc.git"
  },
  "bugs": {
    "url": "https://github.com/armanceau/monkey-doc/issues"
  },
  "keywords": [
    "documentation",
    "docs",
    "mdx",
    "storybook-alternative",
    "developer-tools",
    "cli",
    "vite",
    "react"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "bin": {
    "monkey-doc": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc -w",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@monkey-doc/core": "^1.3.0",
    "@monkey-doc/web": "^1.3.1",
    "chalk": "^5.3.0",
    "commander": "^11.1.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0"
  }
}
