{
  "name": "@antfu/ni",
  "type": "module",
  "version": "24.3.0",
  "description": "Use the right package manager",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/antfu-collective/ni#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu-collective/ni.git"
  },
  "bugs": {
    "url": "https://github.com/antfu-collective/ni/issues"
  },
  "exports": {
    ".": "./dist/index.mjs",
    "./ni": "./dist/ni.mjs",
    "./nci": "./dist/nci.mjs",
    "./nr": "./dist/nr.mjs",
    "./nu": "./dist/nu.mjs",
    "./nlx": "./dist/nlx.mjs",
    "./na": "./dist/na.mjs",
    "./nun": "./dist/nun.mjs"
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "bin": {
    "ni": "bin/ni.mjs",
    "nci": "bin/nci.mjs",
    "nr": "bin/nr.mjs",
    "nu": "bin/nu.mjs",
    "nlx": "bin/nlx.mjs",
    "na": "bin/na.mjs",
    "nun": "bin/nun.mjs"
  },
  "files": [
    "bin",
    "dist"
  ],
  "dependencies": {
    "ansis": "^3.17.0",
    "fzf": "^0.5.2",
    "package-manager-detector": "^1.1.0",
    "tinyexec": "^1.0.0"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^4.10.1",
    "@posva/prompts": "^2.4.4",
    "@types/ini": "^4.1.1",
    "@types/node": "^22.13.10",
    "@types/which": "^3.0.4",
    "bumpp": "^10.1.0",
    "eslint": "^9.22.0",
    "ini": "^5.0.0",
    "lint-staged": "^15.5.0",
    "simple-git-hooks": "^2.11.1",
    "taze": "^19.0.2",
    "terminal-link": "^3.0.0",
    "tinyglobby": "^0.2.12",
    "tsx": "^4.19.3",
    "typescript": "^5.8.2",
    "unbuild": "^3.5.0",
    "vitest": "^3.0.9",
    "which": "^5.0.0"
  },
  "simple-git-hooks": {
    "pre-commit": "pnpm lint-staged"
  },
  "lint-staged": {
    "*": "eslint --fix"
  },
  "scripts": {
    "dev": "tsx src/commands/ni.ts",
    "nr": "tsx src/commands/nr.ts",
    "build": "unbuild",
    "stub": "unbuild --stub",
    "release": "bumpp && pnpm publish",
    "typecheck": "tsc",
    "lint": "eslint",
    "test": "vitest"
  }
}