Some checks are pending
Bidi Control Character Guard / bidi-control-guard (push) Waiting to run
Circular Dependency Check / Check for new circular dependencies (push) Waiting to run
Citus Migration Smoke / Combined migrations on single-node Citus (push) Waiting to run
E2E Fresh Install Tests / fresh-install-e2e (push) Waiting to run
ext-v2 guardrails / Run ext-v2 guard and ESLint (push) Waiting to run
Integration Tests / Check for relevant changes (push) Waiting to run
Integration Tests / ${{ (github.event_name == 'schedule' || github.event.inputs.suite == 'full') && 'Full integration suite' || 'Tier-1 integration subset' }} (push) Blocked by required conditions
Mobile checks / Mobile lint + typecheck (push) Waiting to run
Mobile checks / Mobile unit tests (push) Waiting to run
Mobile checks / Mobile dependency audit (report) (push) Waiting to run
Mobile checks / Mobile reproducibility checks (push) Waiting to run
Secrets guard (env backups) / Ensure no tracked env backup files (push) Waiting to run
Temporal Readiness / fast-readiness (push) Waiting to run
Temporal Readiness / docker-parity (push) Waiting to run
TypeScript Type Check / Nx affected typecheck (push) Waiting to run
Unit Tests / Skipped-test budget (push) Waiting to run
Unit Tests / Nx affected unit tests (push) Waiting to run
Unit Tests / Server unit coverage (informational) (push) Waiting to run
Validate Tenant Management Schema / Check for relevant changes (push) Waiting to run
Validate Tenant Management Schema / Validate Tenant Management Schema (push) Blocked by required conditions
EE Workflows Build Guard / ee-workflows-build-guard (push) Waiting to run
Excluded: .git, node_modules, secrets/, compose.env, assemblyscript tgz Source: /opt/alga-psa on psa.joliet.tech
119 lines
4.5 KiB
JSON
119 lines
4.5 KiB
JSON
{
|
|
"name": "@alga-psa/shared",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"exports": {
|
|
"./types": "./dist/types/index.js",
|
|
"./core": "./dist/core/index.js",
|
|
"./core/logger.js": "./dist/core/logger.js",
|
|
"./core/secretProvider.js": "./dist/core/secretProvider.js",
|
|
"./db": "./dist/db/index.js",
|
|
"./db/admin.js": "./dist/db/admin.js",
|
|
"./events/publisher.js": "./dist/events/publisher.js",
|
|
"./utils/encryption.js": "./dist/utils/encryption.js",
|
|
"./workflow": "./dist/workflow/index.js",
|
|
"./workflow/runtime": "./dist/workflow/runtime/index.js",
|
|
"./workflow/runtime/index.js": "./dist/workflow/runtime/index.js",
|
|
"./workflow/persistence": "./dist/workflow/persistence/index.js",
|
|
"./workflow/streams": "./dist/workflow/streams/index.js",
|
|
"./workflow/streams/redisStreamClient.js": "./dist/workflow/streams/redisStreamClient.js",
|
|
"./workflow/streams/domainEventBuilders/documentStorageEventBuilders": "./dist/workflow/streams/domainEventBuilders/documentStorageEventBuilders.js",
|
|
"./workflow/streams/domainEventBuilders/mediaEventBuilders": "./dist/workflow/streams/domainEventBuilders/mediaEventBuilders.js",
|
|
"./utils/retryUtils.js": "./dist/utils/retryUtils.js",
|
|
"./db/connection.js": "./dist/db/connection.js",
|
|
"./extension-utils": "./dist/extension-utils/index.js",
|
|
"./models/clientModel.js": "./dist/models/clientModel.js",
|
|
"./models/contactModel.js": "./dist/models/contactModel.js",
|
|
"./models/scheduleEntry": "./dist/models/scheduleEntry.js",
|
|
"./models/scheduleEntry.js": "./dist/models/scheduleEntry.js",
|
|
"./models/tagModel.js": "./dist/models/tagModel.js",
|
|
"./models/ticketModel.js": "./dist/models/ticketModel.js",
|
|
"./models/userModel.js": "./dist/models/userModel.js",
|
|
"./utils/recurrenceUtils": "./dist/utils/recurrenceUtils.js",
|
|
"./utils/recurrenceUtils.js": "./dist/utils/recurrenceUtils.js",
|
|
"./extensions/domain.js": "./dist/extensions/domain.js",
|
|
"./extensions/installs.js": "./dist/extensions/installs.js",
|
|
"./extensions/types.js": "./dist/extensions/types.js",
|
|
"./lib/ticketActivity": "./dist/lib/ticketActivity/index.js",
|
|
"./lib/ticketActivity/index.js": "./dist/lib/ticketActivity/index.js",
|
|
"./lib/ticketChecklists": "./dist/lib/ticketChecklists/index.js",
|
|
"./lib/ticketChecklists/index.js": "./dist/lib/ticketChecklists/index.js",
|
|
"./lib/ticketCloseRules": "./dist/lib/ticketCloseRules/index.js",
|
|
"./lib/ticketCloseRules/index.js": "./dist/lib/ticketCloseRules/index.js",
|
|
"./*": "./dist/*"
|
|
},
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@alga-psa/authorization": "file:../packages/authorization",
|
|
"@alga-psa/core": "file:../packages/core",
|
|
"@alga-psa/db": "file:../packages/db",
|
|
"@alga-psa/event-bus": "file:../packages/event-bus",
|
|
"@alga-psa/event-schemas": "file:../packages/event-schemas",
|
|
"@alga-psa/types": "file:../packages/types",
|
|
"@blocknote/server-util": "^0.47.3",
|
|
"@js-temporal/polyfill": "^0.4.4",
|
|
"ajv": "^8.12.0",
|
|
"ajv-formats": "^2.1.1",
|
|
"axios": "^1.16.0",
|
|
"clean": "^4.0.2",
|
|
"date-fns": "^4.1.0",
|
|
"dotenv": "^16.4.5",
|
|
"fractional-indexing": "^3.2.0",
|
|
"google-auth-library": "^10.5.0",
|
|
"googleapis": "^152.0.0",
|
|
"imapflow": "^1.3.1",
|
|
"jsonata": "^2.0.6",
|
|
"knex": "^3.1.0",
|
|
"mailparser": "^3.9.8",
|
|
"node-vault": "^0.10.2",
|
|
"pg": "^8.16.0",
|
|
"pg-types": "^4.0.2",
|
|
"redis": "^4.6.10",
|
|
"rrule": "^2.7.2",
|
|
"turndown": "^7.2.2",
|
|
"typescript": "^5.7.3",
|
|
"uuid": "^9.0.1",
|
|
"vitest": "^3.2.4",
|
|
"winston": "^3.13.1",
|
|
"winston-daily-rotate-file": "^5.0.0",
|
|
"zod": "^3.22.4",
|
|
"zod-to-json-schema": "^3.24.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"@types/turndown": "^5.0.6",
|
|
"@types/uuid": "^9.0.7",
|
|
"next-auth": "^5.0.0-beta.30",
|
|
"tsc-alias": "^1.8.16",
|
|
"tsup": "^8.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0 || ^19.0.0"
|
|
},
|
|
"overrides": {
|
|
"protobufjs": "^7.5.8",
|
|
"@protobufjs/utf8": ">=1.1.1",
|
|
"fast-uri": ">=3.1.2",
|
|
"fast-xml-parser": ">=5.7.0",
|
|
"fast-xml-builder": ">=1.1.7",
|
|
"basic-ftp": ">=5.3.1",
|
|
"picomatch": ">=2.3.2",
|
|
"postcss": ">=8.5.10",
|
|
"ws": ">=8.20.1",
|
|
"dompurify": ">=3.4.0",
|
|
"follow-redirects": ">=1.16.0",
|
|
"ip-address": ">=10.1.1",
|
|
"vite": ">=6.4.2",
|
|
"lodash": ">=4.18.1",
|
|
"path-to-regexp@0.1": "0.1.12",
|
|
"brace-expansion": ">=1.1.13"
|
|
}
|
|
}
|