-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 2.03 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 2.03 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
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "imqueue.com",
"version": "1.0.0",
"description": "You may visit this site at [imqueue.com](https://imqueue.com/)",
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
"@fontsource/inter": "^5.3.0",
"@fontsource/jetbrains-mono": "^5.3.0",
"@fontsource/space-grotesk": "^5.3.0",
"@microsoft/api-documenter": "^7.25.0",
"@microsoft/api-extractor": "^7.47.0",
"js-yaml": "^4.1.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attrs": "^4.3.1",
"markdown-it-table-of-contents": "^0.9.0",
"png-to-ico": "^3.0.2",
"sharp": "^0.35.3",
"typescript": "~5.8.0",
"wawoff2": "^2.0.1"
},
"overrides": {
"@microsoft/api-documenter": {
"js-yaml": "^4.3.0"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"build:org": "EDITION=org eleventy",
"build:com": "EDITION=com eleventy",
"build:all": "npm run build:org && npm run build:com",
"serve:org": "EDITION=org eleventy --serve",
"serve:com": "EDITION=com eleventy --serve --port=8081",
"build": "npm run build:all",
"gen-favicons": "node scripts/gen-favicons.mjs",
"gen-og": "node scripts/gen-og-images.js",
"gen-og-blog": "node scripts/gen-og-blog.js",
"build-docs": "node scripts/build-api-docs.js",
"sync-cli-guide": "node scripts/sync-cli-wiki.js",
"sync-cli-guide:check": "node scripts/sync-cli-wiki.js --check",
"indexnow:org": "node scripts/indexnow-ping.js org --exclude=/api/",
"indexnow:com": "node scripts/indexnow-ping.js com",
"gen-syndication": "node scripts/gen-syndication.js",
"gen-social": "node scripts/gen-social-preview.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imqueue/imqueue.com.git"
},
"author": "Mykhailo Stadnyk <mikhus@gmail.com>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/imqueue/imqueue.com/issues"
},
"homepage": "https://github.com/imqueue/imqueue.com#readme"
}