UNPKG

projectman

Version:

Hate opening folders? Select and open your projects in your favourite editor straight from your command line without 'CD'ing into the deeply nested folders.

50 lines (49 loc) 1.47 kB
{ "name": "projectman", "version": "2.2.0", "description": "Hate opening folders? Select and open your projects in your favourite editor straight from your command line without 'CD'ing into the deeply nested folders.", "main": "bin/index.js", "bin": { "projectman": "bin/index.js", "pm": "bin/index.js" }, "preferGlobal": true, "scripts": { "test": "jest", "build": "pkg ./package.json --out-path ./dist || echo '\nPlease first `npm install -g pkg` to run this command'", "eslint": "eslint lib bin", "prettier": "prettier lib bin --write" }, "repository": { "type": "git", "url": "git+https://github.com/saurabhdaware/projectman.git" }, "keywords": [ "project-manager", "projectman", "open-projects", "projectmanager", "congifure-projects" ], "author": "Saurabh Daware <saurabhdaware99@gmail.com> (https://saurabhdaware.in)", "license": "MIT", "bugs": { "url": "https://github.com/saurabhdaware/projectman/issues" }, "homepage": "https://github.com/saurabhdaware/projectman#readme", "dependencies": { "commander": "^3.0.1", "didyoumean": "^1.2.1", "gitignore-parser": "^0.0.2", "prompts": "^2.3.0" }, "devDependencies": { "cli-testing-tool": "^0.2.0", "eslint": "^7.0.0", "eslint-config-google": "^0.14.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-prettier": "^3.1.3", "jest": "^27.2.0", "prettier": "^2.0.5" } }