forked from NangoHQ/nango
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.41 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.41 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
{
"name": "@nangohq/shared",
"version": "0.49.0",
"description": "Nango's shared components.",
"type": "module",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {},
"bundleDependencies": [
"@nangohq/utils",
"@nangohq/database"
],
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/NangoHQ/nango.git",
"directory": "packages/shared"
},
"license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY",
"dependencies": {
"@aws-sdk/client-s3": "3.993.0",
"@hapi/boom": "10.0.1",
"@modelcontextprotocol/sdk": "1.26.0",
"@nangohq/database": "file:../database",
"@nangohq/kvstore": "file:../kvstore",
"@nangohq/nango-yaml": "file:../nango-yaml",
"@nangohq/providers": "file:../providers",
"@nangohq/utils": "file:../utils",
"@xmldom/xmldom": "0.8.12",
"ajv": "8.17.1",
"ajv-formats": "3.0.1",
"archiver": "7.0.1",
"axios": "1.13.5",
"braintree": "3.15.0",
"dd-trace": "5.52.0",
"exponential-backoff": "3.1.1",
"fast-xml-parser": "5.3.6",
"form-data": "4.0.4",
"he": "^1.2.0",
"js-yaml": "4.1.1",
"jsonwebtoken": "9.0.3",
"lodash-es": "4.17.21",
"ms": "3.0.0-canary.1",
"oauth-1.0a": "2.2.6",
"parse-link-header": "2.0.0",
"posthog-node": "4.14.0",
"qs": "6.14.1",
"semver": "7.5.4",
"simple-oauth2": "5.1.0",
"undici": "6.23.0",
"uuid": "9.0.0",
"webflow-api": "3.2.1",
"xml-crypto": "6.1.2",
"zod": "4.0.5"
},
"devDependencies": {
"@nangohq/logs": "file:../logs",
"@nangohq/nango-orchestrator": "file:../orchestrator",
"@nangohq/types": "file:../types",
"@types/archiver": "6.0.3",
"@types/braintree": "3.3.14",
"@types/js-yaml": "4.0.9",
"@types/json-schema": "7.0.15",
"@types/lodash-es": "4.17.12",
"@types/parse-link-header": "2.0.3",
"@types/semver": "7.7.0",
"@types/uuid": "9.0.0",
"@types/xmldom": "0.1.34",
"express": "5.1.0",
"json-schema": "0.4.0",
"knex": "3.1.0",
"type-fest": "4.41.0",
"typescript": "5.8.3",
"vitest": "3.2.4"
},
"files": [
"dist/**/*",
"flows.yaml"
]
}