{
  "name": "nushell",
  "version": "0.103.0",
  "bin": {
    "nu": "lib/index.js"
  },
  "distTag": "latest",
  "nuVer": "0.103.0",
  "license": "MIT",
  "description": "The official release of Nushell with default features included.",
  "keywords": [
    "cli",
    "command",
    "nu",
    "nushell",
    "script",
    "shell",
    "terminal"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "build": "tsc",
    "dev": "pnpm build && node lib/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nushell/nushell"
  },
  "author": "hustcer <hustcer@gmail.com>",
  "bugs": {
    "url": "https://github.com/nushell/nushell/issues"
  },
  "homepage": "https://github.com/hustcer/nu-to-npm#readme",
  "devDependencies": {
    "@types/node": "^20.14.9",
    "@typescript-eslint/eslint-plugin": "^7.14.1",
    "@typescript-eslint/parser": "^7.14.1",
    "eslint": "^8.57.0",
    "typescript": "^5.5.2"
  },
  "optionalDependencies": {
    "@nushell/windows-x64": "0.103.0",
    "@nushell/windows-arm64": "0.103.0",
    "@nushell/linux-x64": "0.103.0",
    "@nushell/linux-riscv64": "0.103.0",
    "@nushell/linux-arm64": "0.103.0",
    "@nushell/linux-arm": "0.103.0",
    "@nushell/darwin-x64": "0.103.0",
    "@nushell/darwin-arm64": "0.103.0"
  },
  "engines": {
    "node": ">=20.0.0",
    "pnpm": ">=9"
  },
  "eslintConfig": {
    "extends": [
      "eslint:recommended",
      "plugin:@typescript-eslint/recommended"
    ],
    "parser": "@typescript-eslint/parser",
    "plugins": [
      "@typescript-eslint"
    ],
    "ignorePatterns": [
      "lib/*"
    ],
    "root": true
  }
}
