UNPKG

gulp-shell

Version:

A handy command line interface for gulp

69 lines (68 loc) 1.66 kB
{ "name": "gulp-shell", "version": "0.8.0", "description": "A handy command line interface for gulp", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/index.d.ts", "lib/index.d.ts.map", "lib/index.js", "lib/index.js.map" ], "scripts": { "build": "gulp build", "test": "gulp test", "coveralls": "gulp coveralls", "prepare": "npm run build", "prepublishOnly": "npm test" }, "repository": { "type": "git", "url": "https://github.com/sun-zheng-an/gulp-shell" }, "keywords": [ "gulpplugin", "gulp", "shell", "command" ], "author": "Sun Zheng'an", "license": "MIT", "bugs": { "url": "https://github.com/sun-zheng-an/gulp-shell/issues" }, "homepage": "https://github.com/sun-zheng-an/gulp-shell", "devDependencies": { "@types/fancy-log": "^1.3.1", "@types/gulp": "^4.0.6", "@types/jest": "^25.1.2", "@types/lodash.template": "^4.4.6", "@types/node": "^13.7.1", "@types/through2": "^2.0.34", "@typescript-eslint/eslint-plugin": "^2.19.2", "@typescript-eslint/parser": "^2.19.2", "coveralls": "^3.0.9", "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.0", "eslint-plugin-jest": "^23.7.0", "gulp": "^4.0.2", "jest": "^25.1.0", "prettier": "^1.19.1", "ts-jest": "^25.2.0", "ts-node": "^8.6.2", "typescript": "^3.7.5", "vinyl": "^2.2.0" }, "dependencies": { "chalk": "^3.0.0", "fancy-log": "^1.3.3", "lodash.template": "^4.5.0", "plugin-error": "^1.0.1", "through2": "^3.0.1", "tslib": "^1.10.0" }, "engines": { "node": ">=10.0.0" } }