UNPKG

shortjs

Version:

Command line utility to minimize the long commands to short commands

45 lines (44 loc) 1.03 kB
{ "name": "shortjs", "version": "0.0.5", "description": "Command line utility to minimize the long commands to short commands ", "main": "index.js", "bin": { "s": "index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/upa8/short-js.git" }, "keywords": [ "Shortcuts", "Productivity", "Time", "Saving", "Nodejs", "NPM", "Javascript" ], "author": "Pratik Upacharya <pratikupacharya@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/upa8/short-js.git/issues" }, "homepage": "https://github.com/upa8/short-js.git#readme", "dependencies": { "child_process": "^1.0.2", "jsonfile": "^3.0.1" }, "devDependencies": { "eslint": "^4.5.0", "eslint-config-airbnb-base": "^11.3.2", "eslint-plugin-import": "^2.7.0" }, "engines": { "node": ">= 8.9.1", "npm": ">= 5.5.1" } }