-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (32 loc) · 791 Bytes
/
package.json
File metadata and controls
33 lines (32 loc) · 791 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
{
"name": "@myolog/components",
"version": "0.0.1",
"description": "astro components for myolog",
"type": "module",
"exports": {
".": "./index.ts",
"./breadcrumb": "./Breadcrumb/index.ts",
"./misc": "./Misc/index.ts",
"./card": "./Card/index.ts",
"./pagefind": "./Pagefind/index.ts",
"./common": "./Common/index.ts",
"./post": "./Post/index.ts",
"./category": "./Category/index.ts"
},
"files": [
"index.ts",
"**/*.astro"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "N_Joy_Shadow",
"license": "MIT",
"peerDependencies": {
"astro": ">=5.0.0",
"motion": ">=12.23.00",
"astro-icon": ">=1.1.0",
"class-variance-authority": ">=0.7.0",
"@myolog/libs": ">=0.0.1"
}
}