{
  dependencies: {
    'rig-test-1': {
      dev: true,
      name: 'rig-test-1',
      source: 'git@github.com:FlashHand/rig-test-1.git',
      version: '1.0.1',
    },
    'rig-test-2': {
      dev: false,
      name: 'rig-test-2',
      source: 'git@github.com:FlashHand/rig-test-2.git',
      version: '1.0.1',
    },
    'r-foundation': {
      name: 'r-foundation',
      source: 'git@github.com:FlashHand/r-foundation.git',
      version: '1.1.7',
      dev: true,
    },
    'zenrtcjssdk': {
      //      dev: true,
      name: 'zenrtcjssdk',
      source: 'git@code.y5ops.com:zenrtc/zenrtcjssdk.git',
      version: '1.8.16-dev.5'
    }
  },
  isLegacy: false,
  cicd: {
    path_schema: "demo/{env}/{oem}",
    //Your local build's path.
    source: {
      root_path: "dist"
    },
    //Entry path for your website's index.html.Default is '/'.
    web_entry_path: '/',
    //Your deploy target
    target: {
      //Only support alicould for now.
      id: "alicloud",
      type: "alicloud",
      bucket: "rys-deploy",
      region: "oss-cn-hangzhou",
      access_key: "${ak}",
      access_secret: "${as}",
      //Root path in the bucket,default is '/'.
      root_path: "/",
    },
    endpoints: {
      "demo/test/oem1": {
        build: 'yarn cross-env OUTPUT_DIR=__RIG_OUTPUT_DIR__ PUBLIC_PATH=__RIG_PUBLIC_PATH__ vue-cli-service build',
        defines: {
          RIG_REPLACE_GRAY: '/test-gray'
        },
        domains: [
          "test-mp.domain.com"
        ],
      },
    },
    groups: [
      {
        name: "%oem",
        level: "oem",
        includes: [
          "oem1",
          "oem2"
        ]
      },
    ]

  },
  share: {
    eslint: {
      links: ['https://gist.githubusercontent.com/FlashHand/580a0a2f13b5ec31ccbedd368abd3bbf/raw/0638841f4f0c284d442a7ffe7bc9c8f3f2feb91e/.eslintrc.js'],
    }
  }

}
