{
  "name": "detox",
  "$schema": "../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "packages/detox/src",
  "projectType": "library",
  "targets": {
    "build-base": {
      "executor": "@nx/js:tsc",
      "options": {
        "assets": [
          {
            "input": "packages/detox",
            "glob": "**/files/**",
            "output": "/"
          },
          {
            "input": "packages/detox",
            "glob": "**/files/**/.gitkeep",
            "output": "/"
          },
          {
            "input": "packages/detox",
            "glob": "**/files/**/.babelrc.template",
            "output": "/"
          },
          {
            "input": "packages/detox",
            "glob": "**/files/**/.detoxrc.json.template",
            "output": "/"
          },
          {
            "input": "./packages/detox",
            "glob": "**/*.json",
            "ignore": ["**/tsconfig*.json"],
            "output": "/"
          },
          {
            "input": "",
            "glob": "LICENSE",
            "output": "/"
          }
        ]
      }
    },
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{workspaceRoot}/build/packages/detox"],
      "options": {
        "command": "node ./scripts/copy-readme.js detox"
      }
    }
  }
}
