workflow-app-powershell
Version:
Workflow app for PowerShell
17 lines (16 loc) • 404 B
JSON
{
"name": "workflow-app-powershell",
"version": "2.0.0",
"main": "index.js",
"description": "Workflow app for PowerShell",
"license": "MIT",
"author": "Håvard Wormdal Høiby <havardwhoiby@gmail.com>",
"keywords": [
"workflow-wm",
"powershell",
"workflow"
],
"scripts": {
"example": "node ../workflow/cli.js --config ../workflow-home-example/config.js Example.js"
}
}