File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @softrams/nodejs-mysql -connector" ,
3
- "version" : " 0.0.13 " ,
4
- "description" : " Database connector wrapper to work with MySQL database from nodejs applications" ,
2
+ "name" : " @softrams/nodejs-snowflake -connector" ,
3
+ "version" : " 0.0.01 " ,
4
+ "description" : " Database connector wrapper to work with Snowflake database from nodejs applications" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"test" : " yarn test"
8
8
},
9
9
"repository" : {
10
10
"type" : " git" ,
11
- "url" : " git+https://github.com/softrams/nodejs-mysql -connector.git"
11
+ "url" : " git+https://github.com/softrams/nodejs-snowflake -connector.git"
12
12
},
13
13
"keywords" : [
14
14
" Nodejs" ,
15
- " MySQL " ,
15
+ " Snowflake " ,
16
16
" Database"
17
17
],
18
- "author" : " Murali (murali @softrams.com)" ,
18
+ "author" : " Michael Vogel (michael.vogel @softrams.com)" ,
19
19
"license" : " UNLICENSED" ,
20
20
"bugs" : {
21
- "url" : " https://github.com/softrams/nodejs-mysql -connector/issues"
21
+ "url" : " https://github.com/softrams/nodejs-snowflake -connector/issues"
22
22
},
23
- "homepage" : " https://github.com/softrams/nodejs-mysql -connector#readme" ,
23
+ "homepage" : " https://github.com/softrams/nodejs-snowflake -connector#readme" ,
24
24
"dependencies" : {
25
- "mysql " : " ^2.18.1 "
25
+ "snowflake-sdk " : " ^1.6.16 "
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments