24 lines
462 B
JSON
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"
|
|
}
|
|
}
|