chore: add licenses, changelog, repo metadata; exclude sourcemaps from package

This commit is contained in:
2026-05-17 07:09:08 +00:00
parent f9fc167b46
commit 1b2114703a
4 changed files with 253 additions and 1 deletions

View File

@@ -52,8 +52,17 @@
"access": "public"
},
"files": [
"dist"
"dist",
"!dist/**/*.map"
],
"repository": {
"type": "git",
"url": "git+https://git.alk.dev/alkdev/operations.git"
},
"homepage": "https://git.alk.dev/alkdev/operations",
"bugs": {
"url": "https://git.alk.dev/alkdev/operations/issues"
},
"scripts": {
"build": "tsup",
"build:tsc": "tsc --noEmit",