-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 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
{
"name": "snowflake-integration",
"version": "1.0.0",
"description": "Scripts to setup auto-ingestion pipeline between SerpWow and Snowflake",
"type": "module",
"main": "./bin/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/authoritylabs/snowflake-integration.git"
},
"author": "",
"private": true,
"license": "MIT",
"bugs": {
"url": "https://github.com/authoritylabs/snowflake-integration/issues"
},
"homepage": "https://github.com/authoritylabs/snowflake-integration#readme",
"bin": {
"serp2snow": "./bin/index.js"
},
"devDependencies": {
"eslint": "^8.38.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5"
},
"dependencies": {
"@aws-sdk/client-iam": "^3.335.0",
"@aws-sdk/client-s3": "^3.335.0",
"@aws-sdk/client-sts": "^3.332.0",
"axios": "^1.4.0",
"boxen": "^7.0.2",
"chalk": "^5.2.0",
"conf": "^11.0.1",
"inquirer": "^9.1.5",
"npm": "^9.6.5",
"snowflake-sdk": "^1.6.21"
}
}