runsome
Version:
run cli and get output
53 lines (52 loc) • 1.34 kB
JSON
{
"name": "runsome",
"version": "1.0.1",
"description": "run cli and get output",
"main": "lib/runsome.js",
"scripts": {
"test": "madrun test",
"coverage": "madrun coverage",
"lint": "madrun lint",
"fix:lint": "madrun fix:lint",
"watcher": "madrun watcher",
"watch:test": "madrun watch:test",
"watch:lint": "madrun watch:lint",
"watch:tape": "madrun watch:tape",
"watch:coverage:base": "madrun watch:coverage:base",
"watch:coverage:tape": "madrun watch:coverage:tape",
"watch:coverage": "madrun watch:coverage"
},
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/runsome.git"
},
"keywords": [
"runsome",
"run",
"execute",
"cli"
],
"author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/coderaiser/runsome/issues"
},
"engines": {
"node": ">=12"
},
"homepage": "https://github.com/coderaiser/runsome",
"devDependencies": {
"eslint": "^7.15.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-putout": "^6.8.1",
"madrun": "^8.0.0",
"nodemon": "^2.0.2",
"nyc": "^15.0.0",
"putout": "^11.13.0",
"supertape": "^3.3.1"
},
"dependencies": {
"currify": "^4.0.0",
"try-catch": "^3.0.0"
}
}