{
  "name": "@lunaticmuch/docusaurus-terminology",
  "version": "1.5.0",
  "description": "A terminology / dictionary add-on for Docusaurus",
  "type": "module",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "clean": "rimraf ./lib",
    "test": "jest",
    "lint": "eslint src/**/*.ts",
    "prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write",
    "prepack": "npm run build"
  },
  "author": {
    "name": "Stefano Cislaghi",
    "email": "s.cislaghi@gmail.com",
    "url": "https://stefanocislaghi.com/"
  },
  "files": [
    "lib/",
    "components",
    "package.json",
    "LICENSE.md",
    "README.md"
  ],
  "license": "BSD-2-CLAUSE",
  "dependencies": {
    "@emotion/react": "11.14.0",
    "@emotion/styled": "11.14.0",
    "@mui/material": "^5.15.10",
    "@types/git-diff": "^2.0.7",
    "git-diff": "^2.0.6",
    "globby": "14.0.2",
    "parse-md": "^3.0.3"
  },
  "devDependencies": {
    "@docusaurus/types": "3.7.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@types/node": "^20.11.19",
    "@typescript-eslint/eslint-plugin": "^7.0.2",
    "@typescript-eslint/parser": "^7.0.2",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "5.2.3",
    "jest": "^29.7.0",
    "nodemon": "3.1.9",
    "prettier": "3.4.2",
    "rimraf": "^5.0.5",
    "semantic-release": "^23.0.2",
    "ts-node": "^10.9.2",
    "typescript": "5.7.3"
  },
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "keywords": [
    "docusaurus",
    "terminology",
    "dictionary",
    "documentation",
    "plugin",
    "markdown",
    "data dictionary"
  ],
  "engines": {
    "node": ">=20.0.0",
    "npm": ">=8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/LunaticMuch/docusaurus-terminology.git"
  }
}
