-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 849 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 849 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": "zeropoint-components",
"version": "1.0.1",
"description": "A BuildAwesome plugin for reusable HTML components across your website.",
"keywords": [
"eleventy",
"buildawesome",
"plugin",
"components"
],
"homepage": "https://github.com/mwdelaney/zeropoint-components#readme",
"bugs": {
"url": "https://github.com/mwdelaney/zeropoint-components/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mwdelaney/zeropoint-components.git"
},
"license": "MIT",
"author": "MWDelaney (https://github.com/mwdelaney)",
"type": "module",
"main": ".eleventy.js",
"scripts": {
"test": "eslint src --ext .js,.ts"
},
"devDependencies": {
"eslint": "^9.33.0"
},
"peerDependencies": {
"@11ty/eleventy": "^3.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}