{
  "name": "yoshi",
  "version": "4.87.0",
  "bin": {
    "yoshi": "./bin/yoshi-cli.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wix/yoshi"
  },
  "scripts": {
    "mocha": "mocha --retries=$([ -z \"$TEAMCITY_VERSION\" ] && echo 0 || echo 1)",
    "test": "mocha './+(test|src)/{,!(fixtures)/**/}/*.spec.js'",
    "test:build": "npm run mocha -- 'test/{build,loaders}.spec.js'",
    "test:start": "npm run mocha -- 'test/start.spec.js'",
    "test:test": "npm run mocha -- 'test/{test,jasmine,e2e}.spec.js'",
    "test:others": "npm run mocha -- 'test/{webpack-config,config,lint}.spec.js' 'src/**/*.spec.js' 'test/tasks/**/*.spec.js'"
  },
  "files": [
    "bin",
    "config",
    "types.d.ts"
  ],
  "dependencies": {
    "@babel/core": "7.9.6",
    "yoshi-common": "4.87.0",
    "yoshi-config": "4.87.0",
    "yoshi-flow-app": "4.87.0",
    "yoshi-flow-legacy": "4.87.0",
    "yoshi-flow-monorepo": "4.87.0",
    "yoshi-helpers": "4.87.0"
  }
}
