50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "pieces-chatbase",
|
|
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "packages/pieces/community/chatbase/src",
|
|
"projectType": "library",
|
|
"release": {
|
|
"version": {
|
|
"generatorOptions": {
|
|
"packageRoot": "dist/{projectRoot}",
|
|
"currentVersionResolver": "git-tag"
|
|
}
|
|
}
|
|
},
|
|
"tags": [],
|
|
"targets": {
|
|
"build": {
|
|
"executor": "@nx/js:tsc",
|
|
"outputs": [
|
|
"{options.outputPath}"
|
|
],
|
|
"options": {
|
|
"outputPath": "dist/packages/pieces/community/chatbase",
|
|
"tsConfig": "packages/pieces/community/chatbase/tsconfig.lib.json",
|
|
"packageJson": "packages/pieces/community/chatbase/package.json",
|
|
"main": "packages/pieces/community/chatbase/src/index.ts",
|
|
"assets": [
|
|
"packages/pieces/community/chatbase/*.md",
|
|
{
|
|
"input": "packages/pieces/community/chatbase/src/i18n",
|
|
"output": "./src/i18n",
|
|
"glob": "**/!(i18n.json)"
|
|
}
|
|
],
|
|
"buildableProjectDepsInPackageJsonType": "dependencies",
|
|
"updateBuildableProjectDepsInPackageJson": true
|
|
}
|
|
},
|
|
"nx-release-publish": {
|
|
"options": {
|
|
"packageRoot": "dist/{projectRoot}"
|
|
}
|
|
},
|
|
"lint": {
|
|
"executor": "@nx/eslint:lint",
|
|
"outputs": [
|
|
"{options.outputFile}"
|
|
]
|
|
}
|
|
}
|
|
} |