-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 881 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
{
"name": "untis-google",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"cli-progress": "^3.12.0",
"date-fns": "^2.30.0",
"dotenv": "^10.0.0",
"googleapis": "^88.2.0",
"pushsafer-notifications": "^0.1.9",
"webuntis": "^1.22.1",
"winston": "^3.3.3"
},
"scripts": {
"build": "tsc",
"start": "npm run build && node build/index.js",
"rewrite": "npm run start rewrite"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DerArkeN/Untis-Google.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DerArkeN/Untis-Google/issues"
},
"homepage": "https://github.com/DerArkeN/Untis-Google#readme",
"devDependencies": {
"@types/node": "^20.8.4",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2"
}
}