{
  "name": "@difizen/libro-toc",
  "version": "0.3.58",
  "description": "",
  "keywords": [
    "libro",
    "notebook",
    "toc"
  ],
  "repository": "git@github.com:difizen/libro.git",
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "typings": "./es/index.d.ts",
      "default": "./es/index.js"
    },
    "./mock": {
      "typings": "./es/mock/index.d.ts",
      "default": "./es/mock/index.js"
    },
    "./es/mock": {
      "typings": "./es/mock/index.d.ts",
      "default": "./es/mock/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "es/index.js",
  "module": "es/index.js",
  "typings": "es/index.d.ts",
  "files": [
    "es",
    "src"
  ],
  "dependencies": {
    "@ant-design/icons": "^6.0.0",
    "@difizen/libro-common": "^0.3.58",
    "@difizen/libro-core": "^0.3.58",
    "@difizen/libro-markdown": "^0.3.58",
    "@difizen/libro-rendermime": "^0.3.58",
    "@difizen/mana-app": "latest",
    "@difizen/mana-l10n": "latest"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "devDependencies": {
    "@types/react": "^18.2.25"
  },
  "scripts": {
    "setup": "father build",
    "build": "father build",
    "test": ": Note: lint task is delegated to test:* scripts",
    "test:vitest": "vitest run",
    "test:jest": "jest",
    "coverage": ": Note: lint task is delegated to coverage:* scripts",
    "coverage:vitest": "vitest run --coverage",
    "coverage:jest": "jest --coverage",
    "lint": ": Note: lint task is delegated to lint:* scripts",
    "lint:eslint": "eslint src",
    "typecheck:tsc": "tsc --noEmit"
  }
}