{
  "name": "@antfu/install-pkg",
  "type": "module",
  "version": "2.0.1",
  "description": "Install package programmatically.",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/antfu-collective/install-pkg#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu-collective/install-pkg.git"
  },
  "bugs": {
    "url": "https://github.com/antfu-collective/install-pkg/issues"
  },
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "package-manager-detector": "^1.7.0",
    "tinyexec": "^1.2.4"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^9.1.0",
    "@antfu/ni": "^30.2.0",
    "@types/node": "^26.1.1",
    "bumpp": "^12.0.0",
    "eslint": "^10.7.0",
    "publint": "^0.3.21",
    "tsdown": "^0.22.12",
    "tsx": "^4.23.1",
    "typescript": "^5.9.3"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "start": "tsx src/index.ts",
    "lint": "eslint .",
    "release": "bumpp",
    "typecheck": "tsc"
  }
}