forked from dhananjay1405/tally-database-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 671 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 671 Bytes
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
{
"name": "tally-database-loader",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@azure/storage-file-datalake": "^12.14.0",
"@google-cloud/bigquery": "^6.2.0",
"js-yaml": "^4.1.0",
"mysql2": "^3.6.1",
"odbc": "^2.4.8",
"pg": "^8.10.0",
"pg-copy-streams": "^6.0.6",
"tedious": "^16.4.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.1",
"@types/node": "^18.15.11",
"@types/pg": "^8.6.6",
"@types/pg-copy-streams": "^1.2.3",
"@types/tedious": "^4.0.12"
}
}