UNPKG

1.66 kBJSONView Raw
1{
2 "name": "gulp-shell",
3 "version": "0.8.0",
4 "description": "A handy command line interface for gulp",
5 "main": "lib/index.js",
6 "types": "lib/index.d.ts",
7 "files": [
8 "lib/index.d.ts",
9 "lib/index.d.ts.map",
10 "lib/index.js",
11 "lib/index.js.map"
12 ],
13 "scripts": {
14 "build": "gulp build",
15 "test": "gulp test",
16 "coveralls": "gulp coveralls",
17 "prepare": "npm run build",
18 "prepublishOnly": "npm test"
19 },
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/sun-zheng-an/gulp-shell"
23 },
24 "keywords": [
25 "gulpplugin",
26 "gulp",
27 "shell",
28 "command"
29 ],
30 "author": "Sun Zheng'an",
31 "license": "MIT",
32 "bugs": {
33 "url": "https://github.com/sun-zheng-an/gulp-shell/issues"
34 },
35 "homepage": "https://github.com/sun-zheng-an/gulp-shell",
36 "devDependencies": {
37 "@types/fancy-log": "^1.3.1",
38 "@types/gulp": "^4.0.6",
39 "@types/jest": "^25.1.2",
40 "@types/lodash.template": "^4.4.6",
41 "@types/node": "^13.7.1",
42 "@types/through2": "^2.0.34",
43 "@typescript-eslint/eslint-plugin": "^2.19.2",
44 "@typescript-eslint/parser": "^2.19.2",
45 "coveralls": "^3.0.9",
46 "eslint": "^6.8.0",
47 "eslint-config-prettier": "^6.10.0",
48 "eslint-plugin-jest": "^23.7.0",
49 "gulp": "^4.0.2",
50 "jest": "^25.1.0",
51 "prettier": "^1.19.1",
52 "ts-jest": "^25.2.0",
53 "ts-node": "^8.6.2",
54 "typescript": "^3.7.5",
55 "vinyl": "^2.2.0"
56 },
57 "dependencies": {
58 "chalk": "^3.0.0",
59 "fancy-log": "^1.3.3",
60 "lodash.template": "^4.5.0",
61 "plugin-error": "^1.0.1",
62 "through2": "^3.0.1",
63 "tslib": "^1.10.0"
64 },
65 "engines": {
66 "node": ">=10.0.0"
67 }
68}