-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.05 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.05 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
{
"name": "accessible-astro-launcher",
"description": "An accessible and powerful launcher (command palette) for Astro websites, built with WCAG compliance and inclusive design principles.",
"version": "2.0.0",
"author": "Incluud",
"license": "MIT",
"type": "module",
"exports": {
".": {
"import": {
"types": "./src/types/index.d.ts",
"default": "./index.js"
}
}
},
"main": "./index.js",
"types": "./src/types/index.d.ts",
"keywords": [
"astro",
"astro-component",
"astro-components",
"accessible",
"accessibility",
"a11y",
"wcag",
"launcher",
"command palette",
"menu",
"search",
"navigation"
],
"repository": {
"type": "git",
"url": "git+https://github.com/incluud/accessible-astro-launcher.git"
},
"bugs": {
"url": "https://github.com/incluud/accessible-astro-launcher/issues"
},
"devDependencies": {
"astro": "^5.16.5",
"prettier": "3.7.4",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-css-order": "^2.1.2"
}
}