UNPKG

nushell

Version:

The official release of Nushell with default features included.

72 lines (71 loc) 1.69 kB
{ "name": "nushell", "version": "0.106.1", "bin": { "nu": "lib/index.js" }, "distTag": "latest", "nuVer": "0.106.1", "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.106.1", "@nushell/windows-arm64": "0.106.1", "@nushell/linux-x64": "0.106.1", "@nushell/linux-riscv64": "0.106.1", "@nushell/linux-arm64": "0.106.1", "@nushell/linux-arm": "0.106.1", "@nushell/darwin-x64": "0.106.1", "@nushell/darwin-arm64": "0.106.1" }, "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 } }