chore: cleanup

This commit is contained in:
Ralph Khreish
2025-08-27 23:07:38 +02:00
parent 1733311d44
commit 86d9c4b194
3 changed files with 51 additions and 44 deletions

View File

@@ -5,6 +5,13 @@
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./src/index.ts",
"import": "./dist/index.js",
"require": "./dist/index.js"
}
},
"files": ["dist", "README.md"],
"scripts": {
"build": "tsup",