UNPKG

madrun

Version:

CLI tool to run multiple npm-scripts in a madly comfortable way

84 lines (83 loc) 2.02 kB
{ "name": "madrun", "version": "11.0.1", "description": "CLI tool to run multiple npm-scripts in a madly comfortable way", "main": "lib/madrun.js", "type": "commonjs", "scripts": { "lint": "madrun lint", "fresh:lint": "madrun fresh:lint", "lint:fresh": "madrun lint:fresh", "fix:lint": "madrun fix:lint", "test": "madrun test", "watch:test": "madrun watch:test", "watch:tape": "madrun watch:tape", "watch:lint": "madrun watch:lint", "watcher": "madrun watcher", "coverage": "madrun coverage", "report": "madrun report", "hello": "madrun hello" }, "repository": { "type": "git", "url": "git+https://github.com/coderaiser/madrun.git" }, "bin": { "madrun": "bin/madrun.mjs", "madrun-completion": "bin/madrun-completion.js" }, "keywords": [ "madrun", "scripts", "package", "npm", "npm run", "npm-scripts", "tool", "cli", "command", "task", "parallel", "serial", "run", "commandline" ], "author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)", "bugs": { "url": "https://github.com/coderaiser/madrun/issues" }, "homepage": "https://github.com/coderaiser/madrun", "license": "MIT", "engines": { "node": ">=20" }, "dependencies": { "@putout/formatter-dump": "^5.0.0", "all-object-keys": "^3.0.0", "enquirer": "^2.3.6", "find-up": "^7.0.0", "jessy": "^4.1.0", "mapsome": "^1.0.0", "montag": "^1.0.0", "once": "^1.4.0", "putout": "^40.0.0", "try-catch": "^3.0.0", "try-to-catch": "^3.0.0", "yargs-parser": "^21.0.0" }, "devDependencies": { "@putout/formatter-json": "^2.0.0", "c8": "^10.1.2", "escover": "^4.0.0", "eslint": "^9.7.0", "eslint-plugin-putout": "^26.0.2", "mock-import": "^4.0.2", "mock-require": "^3.0.3", "nodemon": "^3.0.1", "runsome": "^1.0.0", "supertape": "^11.1.0" }, "publishConfig": { "access": "public" } }