UNPKG

@jjeem/detect-shell

Version:

detect shells available on the system

40 lines 876 B
{ "name": "@jjeem/detect-shell", "version": "1.0.2", "description": "detect shells available on the system", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "types": "./lib/cjs/index.d.ts", "files": [ "lib/", "src/" ], "repository": { "type": "git", "url": "git+https://github.com/jjeem/detect-shell.git" }, "keywords": [ "shell", "sh", "zsh", "bash", "cmd", "cmd.exe", "comspec", "user" ], "author": "Labhansh Agrawal", "license": "MIT", "bugs": { "url": "https://github.com/jjeem/detect-shell/issues" }, "homepage": "https://github.com/jjeem/detect-shell#readme", "devDependencies": { "@types/node": "18", "typescript": "5" }, "scripts": { "test": "echo \"Error: no test specified\"", "compile": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json" } }