UNPKG

runsome

Version:
52 lines (51 loc) 1.31 kB
{ "name": "runsome", "version": "2.0.1", "type": "module", "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+https://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": ">=22" }, "homepage": "https://github.com/coderaiser/runsome", "devDependencies": { "eslint": "^10.4.1", "eslint-plugin-putout": "^31.1.3", "madrun": "^13.0.2", "nodemon": "^3.1.14", "putout": "^42.5.1", "supertape": "^13.2.0" }, "dependencies": { "currify": "^4.0.0", "try-catch": "^4.0.9" } }