{
  "name": "@vegaprotocol/docusaurus-theme-github-codeblock",
  "version": "0.1.8",
  "description": "A Docusaurus v2 plugin that supports referencing code examples from public GitHub repositories.",
  "main": "build/index.js",
  "directories": {
    "example": "example",
    "test": "tests"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest --no-coverage",
    "watch": "tsc --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vegaprotocol/docusaurus-theme-github-codeblock.git"
  },
  "keywords": [
    "docusaurus"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vegaprotocol/docusaurus-theme-github-codeblock/issues"
  },
  "homepage": "https://github.com/vegaprotocol/docusaurus-theme-github-codeblock#readme",
  "devDependencies": {
    "@types/jest": "^28.1.6",
    "@types/node": "^16.11.7",
    "@types/react": "^16.9.52",
    "@types/recursive-readdir": "^2.2.0",
    "jest": "^28.1.3",
    "ts-jest": "^28.0.7",
    "typescript": "^4.7.4"
  },
  "publishConfig": {
    "access": "public"
  }
}
