command-line-util
Version:
Command-line utility package provides bush command myls
48 lines (47 loc) • 866 B
JSON
{
"name": "command-line-util",
"bin": {
"myls": "./index.js"
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/arastvorov/command-line-utility.git"
},
"version": "1.0.3",
"description": "Command-line utility package provides bush command myls",
"main": "index.js",
"scripts": {
"test": "jest",
"pretty": "npx standard --fix"
},
"author": "alexjj22",
"license": "ISC",
"devDependencies": {
"jest": "^24.9.0",
"mock-fs": "^4.10.4",
"standard": "^14.3.1"
},
"jest": {
"testEnvironment": "node",
"coveragePathIgnorePatterns": [
"/node_modules/"
]
},
"standard": {
"ignore": [
"/node_modules/"
],
"env": [
"jest"
]
},
"dependencies": {
"mock-argv": "^1.1.2"
},
"keywords": [
"bush",
"ls",
"commandLine",
"myls"
]
}