-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
76 lines (76 loc) · 2.03 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
{
"name": "connections",
"version": "1.0.0",
"description": "Event's open-source Connections allow developers to review and customize sources and destinations of data.",
"main": "",
"scripts": {
"prettier": "prettier --write catalog/**/**/*.ts",
"test": "jest",
"coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/event-cloud/connections.git"
},
"keywords": [
"event",
"event-inc",
"connections",
"templates",
"integrations",
"sources",
"destinations",
"etl",
"elt"
],
"author": "Event Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/event-cloud/issues"
},
"homepage": "https://github.com/event-cloud#readme",
"devDependencies": {
"@types/amqplib": "^0.10.1",
"@types/bytes": "^3.1.1",
"@types/ftp": "^0.3.33",
"@types/jest": "^28.1.6",
"@types/lodash": "^4.14.183",
"@types/node": "^18.6.3",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"dotenv": "^16.0.3",
"eslint": "^8.9.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^28.1.3",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"dependencies": {
"@datadog/datadog-api-client": "^1.2.0",
"@elastic/elasticsearch": "^8.5.0",
"@google-cloud/bigquery": "^6.1.0",
"@hubspot/api-client": "^7.1.2",
"@octokit/core": "^4.0.4",
"@octokit/rest": "^19.0.5",
"@shopify/shopify-api": "^4.1.0",
"@supabase/supabase-js": "^1.35.6",
"@types/paypal-rest-sdk": "^1.7.6",
"amqplib": "^0.10.3",
"axios": "^0.27.2",
"axios-retry": "^3.4.0",
"bytes": "^3.1.2",
"dayjs": "^1.11.7",
"firebase": "^9.15.0",
"firebase-admin": "^11.3.0",
"ftp": "^0.3.10",
"knex": "^2.4.0",
"lodash": "^4.17.21",
"paypal-rest-sdk": "^1.8.1",
"square": "^21.1.0",
"stripe": "^9.13.0"
}
}