{
  "name": "ep_table_of_contents",
  "version": "0.4.10",
  "description": "View a table of contents for your pad",
  "author": {
    "name": "John McLear",
    "email": "john@mclear.co.uk",
    "url": "http://mclear.co.uk"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ether/ep_table_of_contents.git"
  },
  "readmeFilename": "README.md",
  "readme": "# Builds a table of contents into the Etherpad interface\n\nEnable under settings\nCreate headings, watch the TOC populate in real time.\n\n",
  "bugs": {
    "url": "https://github.com/JohnMcLear/ep_table_of_contents/issues"
  },
  "dist": {
    "shasum": "6d55c2e632bfb0e7bc7f102c56a29e27d0dc99aa"
  },
  "_from": "ep_table_of_contents@",
  "_resolved": "https://registry.npmjs.org/ep_table_of_contents/-/ep_table_of_contents-0.1.1.tgz",
  "funding": {
    "type": "individual",
    "url": "https://etherpad.org/"
  },
  "dependencies": {
    "ep_plugin_helpers": "^0.6.7"
  },
  "devDependencies": {
    "eslint": "^8.57.1",
    "eslint-config-etherpad": "^4.0.5",
    "typescript": "^6.0.3"
  },
  "scripts": {
    "test": "node --test tests/*.test.js",
    "lint": "eslint .",
    "lint:fix": "eslint --fix ."
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
