UNPKG

shelljs-plugin-sleep

Version:
50 lines (49 loc) 1.15 kB
{ "name": "shelljs-plugin-sleep", "version": "0.3.0", "description": "A ShellJS plugin for the sleep command", "main": "index.js", "scripts": { "posttest": "npm run lint", "test": "mocha", "lint": "eslint .", "changelog": "shelljs-changelog", "release:major": "shelljs-release major", "release:minor": "shelljs-release minor", "release:patch": "shelljs-release patch" }, "keywords": [ "shelljs", "plugin", "sleep" ], "author": "Nate Fischer <ntfschr@gmail.com> (https://github.com/nfischer)", "repository": { "type": "git", "url": "https://github.com/nfischer/shelljs-plugin-sleep" }, "license": "MIT", "files": [ "index.js", "sleepHelper.js" ], "devDependencies": { "eslint": "^4.19.1", "eslint-config-airbnb-base": "^13.2.0", "eslint-plugin-import": "^2.26.0", "mocha": "^5.2.0", "shelljs": "^0.9.1", "shelljs-changelog": "^0.2.5", "shelljs-release": "^0.5.2", "should": "^13.2.3" }, "peerDependencies": { "shelljs": "^0.9.1" }, "optionalDependencies": { "sleep": "^6.3.0" }, "engines": { "node": ">=18" } }