-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 876 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 876 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
{
"name": "fancysafebot.com",
"version": "1.0.0",
"description": "Landing page for Fancy Safe Bot, a robotics library for safety-critical applications",
"type": "module",
"engines": {
"node": ">=18"
},
"keywords": [],
"repository": {
"type": "git",
"url": "git://github.com/FancySafeBot/fancysafebot.com.git"
},
"license": "MIT",
"author": {
"name": "Kyle Chisholm",
"email": "hello@fancysafebot.com",
"url": "https://kylechisholm.com/"
},
"scripts": {
"start": "npx @11ty/eleventy --serve --quiet",
"build": "npx @11ty/eleventy"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-img": "^5.0.0",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"eleventy-plugin-icons": "^4.5.1",
"lucide-static": "^0.469.0",
"markdown-it": "^14.1.0",
"markdown-it-attrs": "^4.3.0"
}
}