-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
40 lines (40 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "ep_table_of_contents",
"version": "0.3.88",
"description": "View a table of contents for your pad",
"author": {
"name": "John McLear",
"email": "[email protected]",
"url": "http://mclear.co.uk"
},
"repository": {
"type": "git",
"url": "https://github.com/JohnMcLear/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/"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-etherpad": "^4.0.4",
"typescript": "^5.4.2"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"engines": {
"node": ">=18.0.0"
}
}