@sebastienrousseau/dotfiles
Version:
The Trusted Shell Platform — Universal dotfiles managed by Chezmoi. Features Bash & Zsh for macOS, Linux & WSL. Rust modern tooling & enterprise-grade security.
79 lines (78 loc) • 1.95 kB
JSON
{
"name": "@sebastienrousseau/dotfiles",
"version": "0.2.503",
"description": "The Trusted Shell Platform — Universal dotfiles managed by Chezmoi. Features Bash & Zsh for macOS, Linux & WSL. Rust modern tooling & enterprise-grade security.",
"main": "install.sh",
"bin": {
"dotfiles-install": "./install.sh"
},
"scripts": {
"test": "bash ./scripts/qa/reliability-audit.sh",
"test:quick": "bash ./scripts/qa/reliability-audit.sh --quick",
"test:unit": "bash ./scripts/qa/reliability-audit.sh --unit-only",
"test:integration": "bash ./scripts/qa/reliability-audit.sh --with-integration",
"examples": "bash ./scripts/qa/validate-examples.sh",
"lint": "shellcheck install.sh scripts/**/*.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sebastienrousseau/dotfiles.git"
},
"keywords": [
"dotfiles",
"shell",
"zsh",
"bash",
"chezmoi",
"macos",
"linux",
"wsl",
"neovim",
"tmux",
"developer-tools",
"cli",
"automation",
"devops",
"security",
"nix",
"home-manager",
"starship",
"mise",
"age-encryption",
"terminal",
"configuration-management",
"infrastructure-as-code"
],
"author": {
"name": "Sebastien Rousseau",
"email": "sebastienrousseau@users.noreply.github.com",
"url": "https://sebastienrousseau.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/sebastienrousseau/dotfiles/issues"
},
"homepage": "https://dotfiles.io/",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/sebastienrousseau"
},
"engines": {
"node": ">=18.0.0 <26.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [
"install.sh",
"README.md",
"LICENSE",
"CHANGELOG.md",
"docs/",
"dot_config/",
"dot_local/",
"scripts/",
"templates/"
]
}