runok
Version:
NPM scripts on steroids! Replace your scripts with pure JS
49 lines (48 loc) • 1.32 kB
JSON
{
"name": "runok",
"version": "0.9.3",
"description": "NPM scripts on steroids! Replace your scripts with pure JS",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"bin": {
"runok": "./bin/runok.js"
},
"files": [
"bin",
"dist"
],
"homepage": "https://github.com/consolidation/runio",
"dependencies": {
"@babel/parser": "^7.8.3",
"arrify": "^2.0.1",
"chalk": "^2.4.2",
"commander": "^4.1.0",
"fs-extra": "^8.1.0",
"parse-function": "^5.6",
"signale": "^1.4.0",
"timer-node": "^3.0.0"
},
"devDependencies": {
"@babel/types": "^7.11.5",
"@types/node": "^14.11.3",
"documentation": "^13.0.2",
"typedoc": "^0.19.2",
"typescript": "^4.0.3"
},
"scripts": {
"test": "./runok.js test",
"list:actions": "./runok.js list:actions",
"deploy:staging": "./runok.js deploy:staging",
"deploy:production": "./runok.js deploy:production",
"try:run": "./runok.js try:run",
"replace": "./runok.js replace",
"etc": "./runok.js etc"
},
"keywords": [
"command",
"task",
"build"
],
"author": "Michael Bodnarchuk @davertmik",
"license": "ISC"
}