Skip to content

Commit 9c845e9

Browse files
committed
add snowflake-sdk to package.json
1 parent 6d782f5 commit 9c845e9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
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",
55
"main": "index.js",
66
"scripts": {
77
"test": "yarn test"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/softrams/nodejs-mysql-connector.git"
11+
"url": "git+https://github.com/softrams/nodejs-snowflake-connector.git"
1212
},
1313
"keywords": [
1414
"Nodejs",
15-
"MySQL",
15+
"Snowflake",
1616
"Database"
1717
],
18-
"author": "Murali (murali@softrams.com)",
18+
"author": "Michael Vogel (michael.vogel@softrams.com)",
1919
"license": "UNLICENSED",
2020
"bugs": {
21-
"url": "https://github.com/softrams/nodejs-mysql-connector/issues"
21+
"url": "https://github.com/softrams/nodejs-snowflake-connector/issues"
2222
},
23-
"homepage": "https://github.com/softrams/nodejs-mysql-connector#readme",
23+
"homepage": "https://github.com/softrams/nodejs-snowflake-connector#readme",
2424
"dependencies": {
25-
"mysql": "^2.18.1"
25+
"snowflake-sdk": "^1.6.16"
2626
}
2727
}

0 commit comments

Comments
 (0)