@jalasem/dss
Version:
Dev Spaces Switcher (DSS) - Seamlessly manage isolated development environments with separate SSH keys and Git configurations. Enhanced UI with beautiful tables and improved documentation.
77 lines (76 loc) • 2.04 kB
JSON
{
"name": "@jalasem/dss",
"version": "1.1.2",
"description": "Dev Spaces Switcher (DSS) - Seamlessly manage isolated development environments with separate SSH keys and Git configurations. Enhanced UI with beautiful tables and improved documentation.",
"main": "build/index.js",
"bin": {
"dss": "build/index.js"
},
"files": [
"build/**/*"
],
"scripts": {
"build": "tsc",
"start": "node build/index.js",
"dev": "ts-node src/index.ts",
"lint": "eslint 'src/**/*.{js,ts}' --fix",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:ci": "jest --coverage --watchAll=false",
"prepublishOnly": "npm run build"
},
"keywords": [
"cli",
"tool",
"ssh",
"github",
"productivity",
"dev",
"dev-tool",
"workspace",
"development-environment",
"ssh-keys",
"git-config",
"developer-tools",
"terminal",
"beautiful-cli"
],
"author": "Ajala Abdulsamii <kgasta@gmail.com>",
"license": "ISC",
"dependencies": {
"@inquirer/prompts": "^4.3.0",
"@inquirer/select": "^2.2.0",
"chalk": "^4.1.2",
"commander": "^12.0.0",
"fs-extra": "^11.2.0",
"fuzzy-search": "^3.2.1",
"ssh-keygen": "^0.5.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@types/chalk": "^0.4.31",
"@types/fs-extra": "^11.0.4",
"@types/fuzzy-search": "^2.1.5",
"@types/inquirer": "^9.0.7",
"@types/jest": "^30.0.0",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^8.37.0",
"@typescript-eslint/parser": "^8.37.0",
"eslint": "^9.31.0",
"inquirer-autocomplete-prompt": "^3.0.1",
"jest": "^30.0.4",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.4.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jalasem/dss.git"
},
"bugs": {
"url": "https://github.com/jalasem/dss/issues"
},
"homepage": "https://github.com/jalasem/dss#readme"
}