-
Notifications
You must be signed in to change notification settings - Fork 356
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 4.87 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 4.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "zambdas",
"version": "1.32.19",
"private": true,
"scripts": {
"start": "npm run start:iac",
"start:local": "ENV=local npm run start",
"start:demo": "ENV=demo npm run start",
"start:iac": "tsx watch --include './src/**/*' src/local-server/index.ts -- secrets=.env/zambda-secrets-${ENV:-local}.json",
"start:labcorp": "ENV=labcorp-local npm run start",
"start:local:iac": "ENV=local npm run start:iac",
"start:demo:iac": "ENV=demo npm run start:iac",
"cancel-telemed-appointments": "tsx src/scripts/cancel-telemed-appointments.ts",
"charge-due-and-past-due-invoices": "tsx src/scripts/charge-due-and-past-due-invoices.ts",
"report-daily-payments": "tsx src/scripts/report-daily-payments.ts",
"report-duplicate-payments": "tsx src/scripts/report-duplicate-payments.ts",
"report-past-due-invoices": "tsx src/scripts/report-past-due-invoices.ts",
"report-provider-visists": "tsx src/scripts/report-provider-visists.ts",
"get-coverage-eligibility-responses": "tsx src/scripts/get-coverage-eligibility-responses.ts",
"get-rcm-tasks": "tsx src/scripts/get-rcm-tasks.ts",
"send-invoices-to-patients-by-sms": "tsx src/scripts/send-invoices-to-patients-by-sms.ts",
"send-past-due-invoices-to-patients-by-sms": "tsx src/scripts/send-past-due-invoices-to-patients-by-sms.ts",
"get-invoiceable-claims": "tsx src/scripts/get-invoiceable-claims.ts staging",
"create-non-insurance-payers": "tsx src/scripts/create-non-insurance-payers.ts",
"create-non-insurance-payer-resources": "tsx src/scripts/create-non-insurance-payer-resources.ts",
"fix-duplicate-payers": "tsx src/scripts/fix-duplicate-payers.ts",
"fix-payer-ids-in-orgs": "tsx src/scripts/fix-payer-ids-in-orgs.ts",
"update-insurances-and-payer-orgs": "tsx src/scripts/update-insurances-and-payer-orgs.ts",
"update-insurances-and-payer-orgs-debug": "node --inspect --import tsx src/scripts/update-insurances-and-payer-orgs.ts",
"log-in-house-medications-list": "tsx src/scripts/log-in-house-medications-list.ts $npm_config_env",
"remove-test-patient-data": "tsx src/scripts/remove-test-patient-data.ts local",
"delete-appointment-data": "tsx src/scripts/delete-appointment-data.ts",
"config-schedules": "tsx src/scripts/ensure-schedule-config.ts",
"update-user-roles": "tsx src/scripts/update-user-roles.ts",
"clean-up-e2e": "tsx src/scripts/clean-up-e2e.ts",
"build": "tsc",
"bundle": "tsx bundle.ts",
"lint": "NODE_OPTIONS='--max-old-space-size=8192' eslint --ext .ts,.js --report-unused-disable-directives --max-warnings 0 .",
"lint:fix": "eslint --ext .ts,.js --report-unused-disable-directives --max-warnings 0 --fix .",
"clear-tasks": "tsx src/scripts/clear-tasks.ts production",
"test": "ENV=${ENV:-local} vitest run",
"test:watch": "ENV=${ENV:-local} vitest watch",
"test:coverage": "c8 npm run test",
"mock-reflex-test": "tsx src/scripts/labs/reflex-test-helper.ts",
"mock-unsolicited-result": "tsx src/scripts/labs/unsolicited-result-helper.ts",
"make-in-house-test-items": "tsx src/scripts/labs/load-in-house-labs-tests.ts",
"migrate-practitioner-credentials": "tsx src/scripts/migrate-practitioner-credentials.ts",
"mock-attachment-result": "tsx src/scripts/labs/attachment-result-helper.ts",
"mock-abn-doc": "tsx src/scripts/labs/create-abn-doc.ts",
"get-lab-sr-dr-docref": "tsx src/scripts/labs/get-external-lab-sr-dr-docref.ts",
"test-emails": "tsx src/scripts/test-emails.ts",
"update-locations-for-lab-accounts": "tsx src/scripts/labs/update-locations-for-lab-accounts.ts",
"sync-lab-specimen-dates": "tsx src/scripts/labs/sync-specimen-dates.ts",
"reset-lab-order": "tsx src/scripts/labs/reset-lab-order.ts",
"setup-default-locations": "tsx src/scripts/setup-default-locations.ts",
"regenerate-questionnaire-json": "tsx ./scripts/regenerate-questionnaire-json.ts"
},
"engines": {
"node": ">=22.0.0",
"npm": ">=10.0.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.272.0",
"@sentry/esbuild-plugin": "^3.5.0",
"commander": "^14.0.0",
"diacritics": "^1.3.0",
"fast-json-patch": "^3.1.1",
"handlebars": "^4.7.8",
"luxon": "^3.4.3",
"pdfmake": "^0.3.6",
"query-string": "^8.1.0",
"randomstring": "^1.3.1",
"retry": "^0.13.1",
"short-uuid": "^4.2.2",
"stripe": "^17.7.0",
"utils": "*",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/archiver": "^6.0.3",
"@types/cors": "^2.8.17",
"@types/diacritics": "^1.3.3",
"@types/express": "^5.0.1",
"@types/luxon": "^3.3.2",
"@types/pdfmake": "^0.3.2",
"@types/randomstring": "^1.3.0",
"@types/xml2js": "^0.4.14",
"archiver": "^7.0.1",
"cors": "^2.8.5",
"dotenv": "^17.4.0",
"esbuild": "^0.25.1",
"esbuild-plugin-copy": "^2.1.1",
"express": "^4.21.2",
"glob": "^11.1.0",
"lodash": "^4.17.21",
"tsx": "^4.19.4"
}
}