-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 732 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 732 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
{
"name": "astro-heroicons",
"version": "2.1.5-1",
"description": "Heroicons as Astro components",
"files": [
"micro",
"mini",
"outline",
"solid"
],
"scripts": {
"build": "node build.mjs",
"test": "astro check"
},
"keywords": [
"astro",
"astro-component",
"heroicons",
"icons"
],
"author": "Sean McPherson <sean@seanmcp.com> (https://github.com/seanmcp)",
"repository": "https://github.com/seanmcp/astro-heroicons",
"homepage": "https://github.com/seanmcp/astro-heroicons#readme",
"license": "MIT",
"devDependencies": {
"@astrojs/check": "^0.8.2",
"astro": "^4.12.2",
"heroicons": "^2.1.5",
"pascalcase": "^2.0.0",
"typescript": "^5.3.3"
}
}