-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.35 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.35 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": "@11ty/eleventy-dev-server",
"version": "3.0.0-alpha.8",
"description": "A minimal, modern, generic, hot-reloading local web server to help web developers.",
"main": "server.js",
"type": "module",
"scripts": {
"test": "npx ava --verbose",
"sample": "node cmd.cjs --input=test/stubs"
},
"license": "MIT",
"engines": {
"node": ">=20.19"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/11ty"
},
"bin": {
"eleventy-dev-server": "./cmd.cjs"
},
"keywords": [
"eleventy",
"server",
"cli"
],
"publishConfig": {
"access": "public"
},
"author": {
"name": "Zach Leatherman",
"email": "zachleatherman@gmail.com",
"url": "https://zachleat.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/11ty/eleventy-dev-server.git"
},
"bugs": "https://github.com/11ty/eleventy-dev-server/issues",
"homepage": "https://github.com/11ty/eleventy-dev-server/",
"dependencies": {
"@11ty/eleventy-utils": "^2.0.7",
"@11ty/node-version-check": "^1.0.1",
"chokidar": "^5.0.0",
"debug": "^4.4.3",
"finalhandler": "^2.1.1",
"mime": "^4.1.0",
"minimist": "^1.2.8",
"morphdom": "^2.7.8",
"send": "^1.2.1",
"urlpattern-polyfill": "^10.1.0",
"ws": "^8.21.0"
},
"devDependencies": {
"ava": "^6.4.1"
}
}