{ "name": "react-native", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/react-native/src", "projectType": "library", "targets": { "lint": {}, "test": {}, "build-base": { "executor": "@nrwl/js:tsc", "options": { "assets": [ "packages/react-native/*.md", { "input": "packages/react-native", "glob": "**/files/**/.babelrc__tmpl__", "output": "/" }, { "input": "packages/react-native", "glob": "**/files/**/.babelrc.template", "output": "/" }, { "input": "packages/react-native/src", "glob": "**/*.!(ts)", "output": "/src" }, { "input": "packages/react-native", "glob": "*.rb", "output": "/" }, { "input": "packages/react-native", "glob": "**/*.json", "ignore": ["**/tsconfig*.json"], "output": "/" }, { "input": "packages/react-native", "glob": "**/*.d.ts", "output": "/" }, { "input": "", "glob": "LICENSE", "output": "/" } ] } }, "build": { "executor": "nx:run-commands", "outputs": ["{workspaceRoot}/build/packages/react-native"], "options": { "command": "node ./scripts/copy-readme.js react-native" } } } }