-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 724 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 724 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
{
"homepage": "https://newskylinetwitter.github.io/",
"name": "webuntis_server",
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsc && node --env-file .env dist/app.js",
"build": "tsc",
"deploy": "tsc && node dist/app.js"
},
"devDependencies": {
"@types/luxon": "^3.4.2",
"@types/node": "^20.11.5",
"dotenv": "^16.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@notionhq/client": "^2.2.14",
"@touch4it/ical-timezones": "^1.9.0",
"ical-generator": "^6.0.1",
"luxon": "^3.4.4",
"webuntis": "^2.0.3"
}
}