-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 823 Bytes
/
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
{
"name": "@uncenter/eleventy-plugin-toc",
"version": "1.0.3",
"description": "Eleventy plugin for generating a table of contents from headings in your content, with many options for customisation.",
"author": "uncenter <hi@uncenter.dev>",
"repository": "uncenter/eleventy-plugin-toc",
"keywords": [
"11ty",
"eleventy-plugin",
"eleventy",
"plugin"
],
"license": "MIT",
"files": [
"README.md",
"LICENSE",
".eleventy.js",
"src/index.js"
],
"main": ".eleventy.js",
"scripts": {
"test": "vitest",
"format": "prettier --write ."
},
"dependencies": {
"cheerio": "1.0.0-rc.12"
},
"devDependencies": {
"prettier": "^3.1.1",
"vitest": "^1.1.1"
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@8.13.1+sha256.9e5f62ce5f2b7d4ceb3c2848f41cf0b33032c24d683c7088b53f62b1885fb246"
}