{ "name": "pieces-file-helper", "$schema": "../../../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/pieces/community/file-helper/src", "projectType": "library", "tags": [], "targets": { "build": { "executor": "@nx/js:tsc", "outputs": [ "{options.outputPath}" ], "options": { "outputPath": "dist/packages/pieces/community/file-helper", "tsConfig": "packages/pieces/community/file-helper/tsconfig.lib.json", "packageJson": "packages/pieces/community/file-helper/package.json", "main": "packages/pieces/community/file-helper/src/index.ts", "assets": [ "packages/pieces/community/file-helper/*.md", { "input": "packages/pieces/community/file-helper/src/i18n", "output": "./src/i18n", "glob": "**/!(i18n.json)" } ], "buildableProjectDepsInPackageJsonType": "dependencies", "updateBuildableProjectDepsInPackageJson": true }, "dependsOn": [ "prebuild", "^build" ] }, "lint": { "executor": "@nx/eslint:lint", "outputs": [ "{options.outputFile}" ] }, "test": { "executor": "@nx/jest:jest", "outputs": [ "{workspaceRoot}/coverage/{projectRoot}" ], "options": { "jestConfig": "packages/pieces/community/file-helper/jest.config.ts" } }, "prebuild": { "executor": "nx:run-commands", "options": { "cwd": "packages/pieces/community/file-helper", "command": "bun install --no-save --silent" }, "dependsOn": [ "^build" ] } } }