{
  "name": "@antfu/ni",
  "version": "0.21.4",
  "packageManager": "pnpm@8.6.1",
  "description": "Use the right package manager",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/antfu/ni#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu/ni.git"
  },
  "bugs": {
    "url": "https://github.com/antfu/ni/issues"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    }
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "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": [
    "dist",
    "bin"
  ],
  "scripts": {
    "prepublishOnly": "npm run build",
    "dev": "esno src/commands/ni.ts",
    "nr": "esno src/commands/nr.ts",
    "build": "unbuild",
    "stub": "unbuild --stub",
    "release": "bumpp && npm publish",
    "lint": "eslint .",
    "test": "vitest"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^0.39.5",
    "@posva/prompts": "^2.4.4",
    "@types/fs-extra": "^11.0.1",
    "@types/ini": "^1.3.31",
    "@types/node": "^18.16.16",
    "@types/which": "^3.0.0",
    "bumpp": "^9.1.1",
    "eslint": "^8.42.0",
    "esno": "^0.16.3",
    "execa": "^7.1.1",
    "fast-glob": "^3.2.12",
    "find-up": "^6.3.0",
    "fs-extra": "^11.1.1",
    "fzf": "^0.5.2",
    "ini": "^4.1.1",
    "kleur": "^4.1.5",
    "rimraf": "^5.0.1",
    "terminal-link": "^3.0.0",
    "typescript": "^5.1.3",
    "unbuild": "^1.2.1",
    "vitest": "^0.32.0",
    "which": "^3.0.1"
  },
  "eslintConfig": {
    "extends": "@antfu"
  }
}
