{
  "name": "giget",
  "version": "3.1.2",
  "description": "Download templates and git repositories with pleasure!",
  "license": "MIT",
  "repository": "unjs/giget",
  "bin": {
    "giget": "./dist/cli.mjs"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "types": "./dist/index.d.mts",
  "exports": {
    ".": "./dist/index.mjs"
  },
  "scripts": {
    "build": "obuild",
    "dev": "vitest dev",
    "giget": "node ./src/cli.ts",
    "lint": "oxlint . && oxfmt --check src test",
    "lint:fix": "oxlint . --fix && oxfmt src test",
    "play": "pnpm giget --force-clean --verbose unjs .tmp/clone",
    "release": "pnpm test && pnpm build && changelogen --release && npm publish && git push --follow-tags",
    "test": "pnpm lint && pnpm test:types && vitest run --coverage",
    "test:types": "tsgo --noEmit"
  },
  "devDependencies": {
    "@types/node": "^25.2.1",
    "@types/tar": "^6.1.13",
    "@typescript/native-preview": "^7.0.0-dev.20260205.1",
    "@vitest/coverage-v8": "^4.0.18",
    "changelogen": "^0.6.2",
    "citty": "^0.2.0",
    "eslint-config-unjs": "^0.6.2",
    "nypm": "^0.6.5",
    "obuild": "^0.4.22",
    "oxfmt": "^0.28.0",
    "oxlint": "^1.43.0",
    "pathe": "^2.0.3",
    "rolldown": "^1.0.0-rc.3",
    "tar": "^7.5.7",
    "typescript": "^5.9.3",
    "unbuild": "^3.6.1",
    "vitest": "^4.0.18"
  },
  "packageManager": "pnpm@10.28.2"
}
