Fix bin entry for npm publish, v0.1.5

This commit is contained in:
marauder-actual
2026-06-10 18:21:22 +02:00
parent 515249206c
commit 9b2f9bdef2
2 changed files with 24 additions and 4 deletions
+15 -4
View File
@@ -1,11 +1,22 @@
{
"name": "saiden-config",
"version": "0.1.0",
"name": "@madcat-os/saiden-config",
"version": "0.1.5",
"type": "module",
"bin": {
"saiden-config": "./src/cli.ts"
"saiden-config": "bin/saiden-config.js"
},
"files": [
"src/",
"bin/"
],
"repository": {
"type": "git",
"url": "git+ssh://git@git.saiden.dev:infra/saiden-config.git"
},
"license": "MIT",
"publishConfig": {
"registry": "https://npm.saiden.dev/api/packages/madcat-os/npm/"
},
"files": ["src/"],
"devDependencies": {
"@types/bun": "latest"
}