UNPKG

nircmd

Version:

Perform tasks using the nircmd.exe utility.

49 lines (48 loc) 816 B
{ "name": "nircmd", "version": "2.0.0", "description": "Perform tasks using the nircmd.exe utility.", "license": "MIT", "repository": "gillstrom/nircmd", "author": { "email": "andreasgillstrom@gmail.com", "name": "gillstrom", "url": "github.com/gillstrom" }, "bin": "cli.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "xo && ava" }, "files": [ "cli.js", "index.js", "nircmd.exe" ], "keywords": [ "cli", "cli-app", "cmd", "command-line", "nircmd", "nircmd.exe", "utility", "windows" ], "dependencies": { "meow": "^3.4.1", "multi-typeof": "^1.0.0", "pinkie-promise": "^1.0.0" }, "devDependencies": { "ava": "*", "xo": "*" }, "xo": { "ignores": [ "test.js" ] } }