Files
saiden-config/package.json
T
2026-06-10 18:21:22 +02:00

24 lines
462 B
JSON

{
"name": "@madcat-os/saiden-config",
"version": "0.1.5",
"type": "module",
"bin": {
"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/"
},
"devDependencies": {
"@types/bun": "latest"
}
}