{
  "name": "@ts-docs/default-docs-structure",
  "version": "0.4.4",
  "description": "The default docs structure for the ts-docs generator.",
  "main": "./dist/index.js",
  "assets": "./dist/assets",
  "devDependencies": {
    "@ts-docs/extractor": "^3.1.1",
    "@ts-docs/jsx-to-str": "^0.1.11",
    "@ts-docs/ts-docs": "^0.4.3",
    "copy-webpack-plugin": "^9.0.1",
    "css-minimizer-webpack-plugin": "^3.0.2",
    "eslint": "^7.32.0",
    "fuzzysort": "^1.1.4",
    "highlight.js": "^11.1.0",
    "terser-webpack-plugin": "^5.2.2",
    "ts-loader": "^9.2.4",
    "ttypescript": "^1.5.12",
    "typescript": "^4.3.5",
    "webpack": "^5.47.1",
    "webpack-cli": "^4.9.1"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "ttsc && npx webpack-cli",
    "prepublishOnly": "ttsc && npx webpack-cli"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ts-docs/default-docs-structure.git"
  },
  "keywords": [],
  "author": "GoogleFeud",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ts-docs/default-docs-structure/issues"
  },
  "homepage": "https://tsdocs.xyz/"
}
