{ "name": "@repo/ebitemp-api", "version": "0.0.1", "private": true, "nx": { "name": "ebitemp-api", "projectType": "application", "sourceRoot": "apps/ebitemp-api/src", "targets": { "typecheck": { "options": { "command": "tsc --build --emitDeclarationOnly --pretty" } }, "build": { "executor": "nx:run-commands", "options": { "command": "webpack-cli build", "args": [ "node-env=production" ] }, "configurations": { "development": { "args": [ "node-env=development" ] } } }, "serve": { "executor": "@nx/js:node", "defaultConfiguration": "development", "dependsOn": [ "build" ], "options": { "buildTarget": "ebitemp-api:build", "runBuildTargetDependencies": false }, "configurations": { "development": { "buildTarget": "ebitemp-api:build:development" }, "production": { "buildTarget": "ebitemp-api:build:production" } } }, "test": { "options": { "passWithNoTests": true } } } } }