-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 910 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 910 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
29
30
31
32
33
34
35
36
{
"name": "deconf-api-server",
"version": "0.3.2",
"type": "module",
"scripts": {
"dev": "tsx source/main.ts",
"debug": "tsx --inspect-wait source/main.ts",
"start": "tsx --watch --watch-preserve-output source/main.ts serve",
"build": "tsc"
},
"dependencies": {
"@openlab/deconf-shared": "^4.0.0",
"cookie": "^1.0.2",
"debug": "^4.4.1",
"google-auth-library": "^10.3.1",
"gruber": "^0.9.0-beta.1",
"ics": "^3.8.1",
"jose": "^6.0.13",
"marked": "^15.0.12",
"minio": "^8.0.5",
"postgres": "^3.4.7",
"redis": "^5.8.2",
"urlpattern-polyfill": "^10.1.0",
"web-push": "^3.6.7",
"yargs": "^18.0.0"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/node": "^22.7.4",
"@types/web-push": "^3.6.4",
"@types/yargs": "^17.0.33",
"prettier": "^3.6.2",
"tsx": "^4.20.5",
"typescript": "^5.9.2"
}
}