69014b463f
- New dotfiles subcommand with init, ls, push, pull, sync, diff - Manifest-driven: maps KV paths to local filesystem per host - Host aliasing (fuji-2 -> fuji) for flexible hostname matching - Supports shared (cross-machine) and host-specific configs - 13 files tracked: fish, starship, vim, kitty, git, zsh, skhd - Bump to v0.2.0
24 lines
462 B
JSON
24 lines
462 B
JSON
{
|
|
"name": "@madcat-os/saiden-config",
|
|
"version": "0.2.0",
|
|
"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"
|
|
}
|
|
}
|