- Add .gitignore: exclude compiled binaries, build artifacts, and Helm values files containing real secrets (authentik, prometheus) - Add all Kubernetes deployment manifests (deployment/) - Add services source code: ha-sync, device-inventory, games-console, paperclip, parts-inventory - Add Ansible orchestration: playbooks, roles, inventory, cloud-init - Add hardware specs, execution plans, scripts, HOMELAB.md - Add skills/homelab/SKILL.md + skills/install.sh to preserve Copilot skill - Remove previously-tracked inventory-cli binary from git index Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
44 lines
933 B
JSON
44 lines
933 B
JSON
{
|
|
"author": {
|
|
"name": "Robert Kieffer",
|
|
"url": "http://github.com/broofa",
|
|
"email": "robert@broofa.com"
|
|
},
|
|
"bin": {
|
|
"mime": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Benjamin Thomas",
|
|
"url": "http://github.com/bentomas",
|
|
"email": "benjamin@benjaminthomas.org"
|
|
}
|
|
],
|
|
"description": "A comprehensive library for mime-type mapping",
|
|
"license": "MIT",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"github-release-notes": "0.13.1",
|
|
"mime-db": "1.31.0",
|
|
"mime-score": "1.1.0"
|
|
},
|
|
"scripts": {
|
|
"prepare": "node src/build.js",
|
|
"changelog": "gren changelog --tags=all --generate --override",
|
|
"test": "node src/test.js"
|
|
},
|
|
"keywords": [
|
|
"util",
|
|
"mime"
|
|
],
|
|
"main": "mime.js",
|
|
"name": "mime",
|
|
"repository": {
|
|
"url": "https://github.com/broofa/node-mime",
|
|
"type": "git"
|
|
},
|
|
"version": "1.6.0"
|
|
}
|