UNPKG

grunt-shell

Version:
47 lines (46 loc) 777 B
{ "name": "grunt-shell", "version": "4.0.0", "description": "Run shell commands", "license": "MIT", "repository": "sindresorhus/grunt-shell", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "engines": { "node": ">=12" }, "scripts": { "test": "xo && grunt" }, "files": [ "tasks" ], "keywords": [ "gruntplugin", "shell", "command", "cmd", "exec", "spawn", "child", "process", "cli" ], "dependencies": { "chalk": "^3.0.0", "npm-run-path": "^2.0.0", "strip-ansi": "^6.0.1" }, "devDependencies": { "grunt": "^1.0.1", "grunt-cli": "^1.2.0", "xo": "^0.23.0" }, "peerDependencies": { "grunt": ">=1" } }