chore: add license field to package.json (#6693)

Co-authored-by: theavgjojo <jojo@noreply>
This commit is contained in:
theavgjojo
2026-01-02 17:29:09 -05:00
committed by GitHub
parent 131d8e5778
commit a58dbb3b5c
17 changed files with 18 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
"module": "index.ts",
"type": "module",
"private": true,
"license": "MIT",
"devDependencies": {
"@types/bun": "catalog:"
},