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