+2
−0
+12
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -17,9 +17,21 @@ | ||
"bugs": {
|
||
"url": "https://github.com/dahlia/fedify-express/issues"
|
||
},
|
||
"funding": [
|
||
"https://github.com/sponsors/dahlia",
|
||
"https://toss.me/hongminhee"
|
||
],
|
||
"type": "module",
|
||
"module": "dist/index.js",
|
||
"types": "dist/index.d.ts",
|
||
"exports": {
|
||
".": {
|
||
"import": {
|
||
"types": "dist/index.d.ts",
|
||
"default": "dist/index.js"
|
||
}
|
||
}
|
||
},
|
||
"files": ["src/", "dist/"],
|
||
"devDependencies": {
|
||
"@biomejs/biome": "1.8.3",
|
||
Loading