update package name and add npm configuration

This commit is contained in:
2026-03-30 08:56:33 +02:00
parent 49d8ea67ba
commit 20bce963ac
3 changed files with 6 additions and 1 deletions

1
.npmrc Normal file
View File

@@ -0,0 +1 @@
@gs-ts:registry=https://git.sticedev.de/api/packages/gs/npm/

1
.nvmrc
View File

@@ -1 +1,2 @@
v24.13.1 v24.13.1

View File

@@ -1,5 +1,5 @@
{ {
"name": "native-monad", "name": "@gs-ts/native-monad",
"version": "0.0.5", "version": "0.0.5",
"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",
@@ -53,6 +53,9 @@
"functional" "functional"
], ],
"license": "MIT", "license": "MIT",
"publishConfig": {
"registry": "https://git.sticedev.de/api/packages/gs/npm/"
},
"sideEffects": false, "sideEffects": false,
"pnpm": { "pnpm": {
"onlyBuiltDependencies": [ "onlyBuiltDependencies": [