{
  "assets": [
    "./dist/bin/index.js"
  ],
  "author": "Sebastien Rousseau (https://github.com/sebastienrousseau)",
  "autoupdate": {
    "fileMap": [
      {
        "basePath": "dist",
        "files": [
          "**/*"
        ]
      }
    ],
    "source": "git",
    "target": "git://github.com/sebastienrousseau/dotfiles.git"
  },
  "bin": {
    "dotfiles": "./dist/bin/index.js"
  },
  "bugs": {
    "url": "https://github.com/sebastienrousseau/dotfiles/issues"
  },
  "contributors": [
    "Graham Colgate (https://github.com/gramtech)"
  ],
  "description": "Dotfiles - A set of macOS / Linux and Windows configuration files - Simply designed to fit your shell life.",
  "devDependencies": {
    "@types/node": "22.10.2",
    "compressing": "1.10.1",
    "filesizes": "0.1.2",
    "fs-extra": "11.2.0",
    "husky": "9.1.7",
    "jsmin": "^1.0.1",
    "rimraf": "6.0.1",
    "typescript": "5.7.2",
    "winston": "3.17.0"
  },
  "directories": {
    "bin": "./bin",
    "lib": "./lib",
    "scripts": "./scripts"
  },
  "engines": {
    "node": "^23.4.0"
  },
  "files": [
    "dist/"
  ],
  "homepage": "https://dotfiles.io/",
  "keywords": [
    "dotfiles",
    "bash",
    "bash-profile",
    "macos",
    "macosx",
    "shell",
    "homebrew",
    "dotfiles-resources"
  ],
  "license": "MIT",
  "license_URI": "http://www.opensource.org/licenses/mit-license.php",
  "lockfileVersion": 1,
  "main": "./dist/bin/index.js",
  "name": "@sebastienrousseau/dotfiles",
  "publishConfig": {
    "access": "public",
    "registry": "https://npm.pkg.github.com/"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:sebastienrousseau/dotfiles.git"
  },
  "types": "./dist/bin/index.d.ts",
  "version": "0.2.469",
  "scripts": {
    "build": "pnpm run backup && pnpm run copy && pnpm run assemble",
    "backup": "chmod 755 \"./scripts/backup.sh\" && sh ./scripts/backup.sh backup",
    "assemble": "pnpm run clean && npx tsc --build tsconfig.json && pnpm run compile",
    "clean": "chmod 755 \"./scripts/clean.sh\" && sh ./scripts/clean.sh clean",
    "compile": "chmod 755 \"./scripts/compile.sh\" && ./scripts/compile.sh compile",
    "copy": "chmod 755 \"./scripts/copy.sh\" && ./scripts/copy.sh copy",
    "help": "chmod 755 \"./scripts/help.sh\" && ./scripts/help.sh help",
    "pack": "pnpm pack",
    "preinstall": "npx only-allow pnpm",
    "release": "pnpm run prepublishOnly && pnpm publish --access public --tag latest --no-git-checks --report-summary",
    "start": "node ./dist/bin/index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}