-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 885 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 885 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
31
32
33
34
35
{
"name": "osom.guide",
"version": "1.0.0",
"description": "A guide to the Organised Services Operating Model",
"repository": {
"type": "git",
"url": "https://github.com/Planning-Inspectorate"
},
"main": "index.js",
"scripts": {
"test": "tap",
"develop": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy --pathprefix=osom-guide"
},
"keywords": [
"OSOM",
"guide",
"website"
],
"author": "The Planning Inspectorate",
"license": "ISC",
"dependencies": {
"follow-redirects": ">=1.15.9",
"@11ty/eleventy": "^3.1.2",
"axios": ">=1.13.5",
"eleventy-plugin-toc": "^1.1.5",
"markdown-it": ">=14.1.1",
"markdown-it-anchor": "^7.1.0",
"markdown-it-footnote": "^3.0.3",
"markdown-it-table-of-contents": "^0.5.2",
"nth-check": ">=2.0.1",
"nunjucks": "^3.2.3",
"slugify": "^1.6.3"
}
}