-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
124 lines (124 loc) · 3.95 KB
/
package.json
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "@awell-health/awell-extensions",
"version": "2.0.94",
"packageManager": "yarn@3.4.1",
"main": "dist/src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/awell-health/awell-extensions.git"
},
"bugs": {
"url": "https://github.com/awell-health/awell-extensions/issues"
},
"homepage": "https://github.com/awell-health/awell-extensions#readme",
"scripts": {
"clean": "rimraf dist/* && echo 'Cleaned dist/'",
"build": "tsc && echo 'Built new dist/' && yarn copy-markdown",
"copy-markdown": "node copy-markdown.js && echo 'Copied markdown files to dist/'",
"start": "node dist/src/index.js",
"lint": "eslint \"**/*.ts\"",
"postinstall": "husky install",
"test": "jest --verbose",
"prepack": "yarn build",
"test-server": "ts-node-dev --respawn --transpile-only ./src/test-server.ts",
"generate-healthie-sdk": "ts-node ./extensions/healthie/lib/sdk/genql/generateSdk.ts"
},
"types": "dist/src/index.d.ts",
"files": [
"dist",
"!**/*.test.ts",
"!**/__tests__/**",
"!**/__mocks__/**"
],
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@graphql-codegen/cli": "^3.2.2",
"@graphql-codegen/typescript": "^3.0.2",
"@graphql-codegen/typescript-graphql-request": "^4.5.8",
"@graphql-codegen/typescript-operations": "^3.0.2",
"@graphql-tools/apollo-engine-loader": "^7.3.26",
"@graphql-typed-document-node/core": "^3.1.2",
"@medplum/fhirtypes": "^3.1.4",
"@types/body-parser": "^1.19.3",
"@types/docusign-esign": "^5.19.0",
"@types/express": "^4.17.19",
"@types/jest": "^29.4.0",
"@types/jsonpath": "^0.2.4",
"@types/lodash": "^4.17.7",
"@types/mailchimp__mailchimp_transactional": "^1.0.5",
"@types/node": "^18.13.0",
"@types/node-fetch": "^2.6.2",
"@types/nodemailer": "^6.4.15",
"@types/pdfmake": "^0.2.9",
"@types/sanitize-html": "^2.13.0",
"@types/showdown": "^2.0.0",
"@types/uuid": "^10.0.0",
"@types/xml2js": "^0.4.12",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"dotenv": "^16.4.5",
"eslint": "^8.50.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.3",
"jest": "29.7.0",
"jest-fetch-mock": "^3.0.3",
"lint-staged": "^14.0.1",
"prettier": "2.8.4",
"rimraf": "^4.1.2",
"ts-jest": "29.2",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "4.9.5"
},
"dependencies": {
"@awell-health/awell-sdk": "^0.1.17",
"@awell-health/extensions-core": "1.0.8",
"@dropbox/sign": "^1.1.3",
"@genql/cli": "^6.3.3",
"@hubspot/api-client": "^11.2.0",
"@langchain/core": "^0.3.1",
"@langchain/openai": "^0.3.0",
"@mailchimp/mailchimp_transactional": "^1.0.50",
"@medplum/core": "^3.1.4",
"@metriport/api": "^3.1.5",
"@sendgrid/client": "^7.7.0",
"@sendgrid/helpers": "^7.7.0",
"@sendgrid/mail": "^7.7.0",
"@types/json-schema": "^7.0.15",
"api": "^6.0.0",
"axios": "^1.6.8",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"date-fns": "^2.29.3",
"date-fns-tz": "^2.0.1",
"docusign-esign": "7.0.0-rc1",
"driver-license-validator": "2.0.2",
"express": "^4.18.2",
"form-data": "^4.0.0",
"graphql": "^16.8.1",
"graphql-request": "5.1.0",
"graphql-tag": "^2.12.6",
"json-schema-faker": "^0.5.6",
"jsonpath": "^1.1.1",
"langchain": "^0.3.2",
"libphonenumber-js": "^1.10.26",
"lodash": "^4.17.21",
"mailgun.js": "^8.2.1",
"marked": "^14.1.2",
"messagebird": "^4.0.1",
"node-fetch": "2",
"nodemailer": "^6.9.15",
"openai": "^4.59.0",
"sanitize-html": "^2.13.0",
"showdown": "^2.1.0",
"stripe": "^15.5.0",
"twilio": "^4.8.0",
"uuid": "^10.0.0",
"xml2js": "^0.6.2",
"zod": "^3.23.4",
"zod-validation-error": "^3.2.0"
}
}