File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " astro-qiita-loader" ,
3
3
"version" : " 0.0.1" ,
4
+ "description" : " Qiita API Loader for Astro" ,
4
5
"type" : " module" ,
5
6
"exports" : {
6
7
"." : " ./index.ts"
10
11
" index.ts"
11
12
],
12
13
"keywords" : [
13
- " withastro"
14
+ " withastro" ,
15
+ " astro-loader" ,
16
+ " qiita"
14
17
],
18
+ "repository" : {
19
+ "type" : " git" ,
20
+ "url" : " git+https://github.com/t0yohei/astro-qiita-loader.git"
21
+ },
22
+ "homepage" : " https://github.com/t0yohei/astro-qiita-loader.git" ,
23
+ "author" : " t0yohei <k.t0yohei@gmail.com>" ,
24
+ "license" : " MIT" ,
15
25
"devDependencies" : {
16
26
"astro" : " ^5.3.0"
17
27
},
18
28
"peerDependencies" : {
19
- "astro" : " ^4 .0.0"
29
+ "astro" : " ^5 .0.0"
20
30
}
21
31
}
Original file line number Diff line number Diff line change @@ -956,7 +956,7 @@ __metadata:
956
956
dependencies :
957
957
astro : " npm:^5.3.0"
958
958
peerDependencies :
959
- astro : ^4 .0.0
959
+ astro : ^5 .0.0
960
960
languageName : unknown
961
961
linkType : soft
962
962
You can’t perform that action at this time.
0 commit comments