-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 963 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
35
36
37
{
"name": "work-life",
"version": "0.0.1",
"description": "Automating my work life...",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"start": "node --no-deprecation index.js"
},
"jest": {
"transform": {}
},
"repository": {
"type": "git",
"url": "git+https://github.com/mshuber1981/work-life.git"
},
"author": "Michael Huber",
"license": "MIT",
"bugs": {
"url": "https://github.com/mshuber1981/work-life/issues"
},
"homepage": "https://github.com/mshuber1981/work-life#readme",
"dependencies": {
"@google-cloud/bigquery": "^7.9.1",
"axios": "^1.7.9",
"axios-oauth-client": "^2.2.0",
"chalk": "^5.4.1",
"cli-progress": "^3.12.0",
"dotenv": "^16.0.3",
"objects-to-csv": "^1.3.6",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"devDependencies": {
"jest": "^29.7.0"
}
}