aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 81a3e86..50fa1a8 100644
--- a/package.json
+++ b/package.json
@@ -3,14 +3,14 @@
3 "version": "2.0.4", 3 "version": "2.0.4",
4 "description": "Ferdium server to replace the default Franz/Ferdi server.", 4 "description": "Ferdium server to replace the default Franz/Ferdi server.",
5 "engines": { 5 "engines": {
6 "node": "18.18.0", 6 "node": "20.9.0",
7 "pnpm": "8.7.6", 7 "pnpm": "^8.10.0",
8 "python": "3.11.1" 8 "python": "3.11.1"
9 }, 9 },
10 "engine-strict": true, 10 "engine-strict": true,
11 "volta": { 11 "volta": {
12 "node": "18.18.0", 12 "node": "20.9.0",
13 "pnpm": "8.7.6", 13 "pnpm": "^8.10.0",
14 "python": "3.11.1" 14 "python": "3.11.1"
15 }, 15 },
16 "homepage": "https://github.com/ferdium/ferdium-server", 16 "homepage": "https://github.com/ferdium/ferdium-server",