{
  "name": "@idealworld/plugin-gulp",
  "version": "0.3.0",
  "description": "Dew Serviceless plugin Gulp",
  "main": "dist/index",
  "typings": "dist/index",
  "files": [
    "dist"
  ],
  "scripts": {
    "clean": "rimraf ./dist && rimraf tsconfig.build.tsbuildinfo",
    "compile": "tsc -b",
    "build": "yarn run clean && yarn run compile && yarn run prePublish",
    "test": "jest",
    "testC": "jest --coverage --no-cache",
    "testToTaskModule": "cross-env NODE_ENV=prod gulp testToTaskModule",
    "testIT": "cross-env NODE_ENV=prod gulp testIT",
    "prePublish": "cpx ../../dist/plugin-gulp/src/** ./dist"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/ideal-world/dew-serviceless"
  },
  "author": {
    "name": "gudaoxuri",
    "email": "i@sunisle.org"
  },
  "keywords": [
    "dew",
    "serverless",
    "gulpplugin"
  ],
  "dependencies": {
    "@idealworld/plugin-kernel": "^0.3.0"
  },
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@types/jest": "^26.0.12",
    "@types/node": "^14.6.2",
    "cpx": "1.5.0",
    "cross-env": "^7.0.3",
    "gulp": "^4.0.2",
    "gulp-typescript": "^6.0.0-alpha.1",
    "gulp-uglify-es": "^2.0.0",
    "jest": "^26.4.2",
    "rimraf": "^3.0.2",
    "ts-jest": "^26.3.0",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.2",
    "vinyl-buffer": "^1.0.1",
    "vinyl-source-stream": "^2.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "dbcee9860634d266567e6c0956fa77bd2db804f8",
  "dew": {
    "serverUrl": "http://127.0.0.1:8888",
    "appId": "app1"
  }
}
