-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 990 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 990 Bytes
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
{
"name": "monti-apm-docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "eleventy --serve",
"build": "eleventy",
"check-links": "linkinator --retry -r ./_site --skip github.com --skip modulus.io --skip web.archive.org --skip stackoverflow.com --skip engine-us.montiapm.com --skip engine.montiapm.com --skip localhost:3000 --concurrency 1 --silent",
"lint": "biome lint .",
"lint:fix": "biome lint --write .",
"format": "biome format --write .",
"format:check": "biome check ."
},
"private": true,
"author": "zodern",
"license": "UNLICENSED",
"devDependencies": {
"@11ty/eleventy": "^3.1.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
"@biomejs/biome": "2.3.10",
"@types/markdown-it": "^14.1.2",
"clean-css": "^5.3.3",
"image-size": "^2.0.2",
"linkinator": "^7.5.1",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"node-html-parser": "^7.0.1"
}
}