create-nx-workspace
Version:
82 lines (81 loc) • 2.88 kB
JSON
{
"name": "create-nx-workspace",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/create-nx-workspace",
"projectType": "library",
"targets": {
"build": {
"executor": "nx:run-commands",
"outputs": [
"{workspaceRoot}/dist/packages/create-nx-workspace/bin/create-nx-workspace.js",
"{workspaceRoot}/dist/packages/create-nx-workspace/README.md"
],
"options": {
"commands": [
{
"command": "node ./scripts/chmod dist/packages/create-nx-workspace/bin/create-nx-workspace.js"
},
{
"command": "node ./scripts/copy-readme.js create-nx-workspace"
},
{
"command": "node ./scripts/replace-versions.js dist/packages/create-nx-workspace/bin/create-nx-workspace.js"
}
],
"parallel": false
},
"dependsOn": ["^build", "build-base", "legacy-post-build"]
},
"legacy-post-build": {
"executor": "@nx/workspace-plugin:legacy-post-build",
"options": {
"tsConfig": "./tsconfig.lib.json",
"assets": [
{
"input": "packages/create-nx-workspace",
"glob": "**/files/**",
"output": "/"
},
{
"input": "packages/create-nx-workspace",
"glob": "**/files/**/.gitkeep",
"output": "/"
},
{
"input": "packages/create-nx-workspace",
"glob": "**/*.json",
"ignore": ["**/tsconfig*.json", "project.json", ".eslintrc.json"],
"output": "/"
},
{
"input": "packages/create-nx-workspace",
"glob": "**/*.js",
"ignore": ["**/jest.config.js"],
"output": "/"
},
{
"input": "packages/create-nx-workspace",
"glob": "**/*.d.ts",
"output": "/"
},
{
"input": "",
"glob": "LICENSE",
"output": "/"
}
]
}
}
},
"implicitDependencies": [
"workspace",
"js",
"react",
"expo",
"next",
"angular",
"nest",
"express",
"vue"
]
}