add repository information in package.json

This commit is contained in:
2026-03-30 09:15:57 +02:00
parent 20bce963ac
commit 27de32ce9f

View File

@@ -1,11 +1,15 @@
{ {
"name": "@gs-ts/native-monad", "name": "@gs-ts/native-monad",
"version": "0.0.5", "version": "0.0.6",
"description": "TypeScript monad library using native JS/TS idioms - Result, Option, and Query types", "description": "TypeScript monad library using native JS/TS idioms - Result, Option, and Query types",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://git.sticedev.de/gs/native-monad.git"
},
"exports": { "exports": {
".": { ".": {
"import": { "import": {