-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
31 lines (31 loc) · 880 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
{
"name": "serverless-snowflake-external-function-plugin",
"version": "0.1.5",
"description": "Serverless plugin for Snowflake External Functions",
"main": "lib/index.js",
"dependencies": {
"bluebird": "^3.7.2",
"lodash": "^4.17.15",
"snowflake-sdk": "^1.6.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/starschema/serverless-snowflake-external-function-plugin.git"
},
"keywords": [
"snowflake",
"serverless",
"external",
"pi"
],
"author": "Tamas Foldi",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/starschema/serverless-snowflake-external-function-plugin/issues"
},
"homepage": "https://github.com/starschema/serverless-snowflake-external-function-plugin#readme"
}