-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.28 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.28 KB
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
41
42
43
44
45
{
"name": "@keystonedb/docs",
"version": "1.0.0",
"description": "Documentation for the Keystone Database. Built using 11ty.",
"keywords": [
"keystonedb",
"keystone",
"documentation",
"database"
],
"homepage": "https://github.com/keystonedb/docs#readme",
"bugs": {
"url": "https://github.com/keystonedb/docs/issues"
},
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keystonedb/docs.git"
},
"license": "ISC",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx @11ty/eleventy",
"start": "npx @11ty/eleventy --serve --quiet",
"debug": "cross-env DEBUG=Eleventy* npx @11ty/eleventy",
"debugstart": "cross-env DEBUG=Eleventy* npx @11ty/eleventy --serve --quiet",
"benchmark": "cross-env DEBUG=Eleventy:Benchmark* npx @11ty/eleventy"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.1-alpha.4",
"jsdom": "^26.0.0",
"lunr": "^2.3.9",
"markdown-it": "^14.1.0",
"markdown-it-container": "^4.0.0",
"markdown-it-ins": "^4.0.0",
"markdown-it-kbd": "^2.2.2",
"markdown-it-mark": "^4.0.0",
"markdown-it-replace-it": "^1.0.0",
"@11ty/font-awesome": "^1.0.0-beta.1",
"cross-env": "^7.0.3"
}
}