-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 791 Bytes
/
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
{
"name": "snowflakeintegration",
"version": "0.1.2",
"description": "newrelic snowflake integration",
"main": "snowflake.js",
"bin": "snowflake.js",
"scripts": {
"pkg:run": "npx pkg ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/newrelic/newrelic-snowflake-integration.git"
},
"keywords": [
"newrelic",
"snowflake",
"flex",
"integration"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/newrelic/newrelic-snowflake-integration/issues"
},
"homepage": "https://github.com/newrelic/newrelic-snowflake-integration#readme",
"dependencies": {
"node-vault": "^0.9.21",
"snowflake-sdk": "^1.5.3",
"yaml": "^1.10.2"
},
"devDependencies": {
"pkg": "^4.4.9"
}
}