aboutsummaryrefslogtreecommitdiff
path: root/backup/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'backup/package.json')
-rw-r--r--backup/package.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/backup/package.json b/backup/package.json
index 5aa71af7..419cac47 100644
--- a/backup/package.json
+++ b/backup/package.json
@@ -13,8 +13,12 @@
"private": true,
"license": "MIT",
"dependencies": {
- "lodash": "^4.17.21",
- "minimist": "^1.2.8",
- "node-fetch": "^3.3.1"
+ "minimist": "^1.2.8"
+ },
+ "devDependencies": {
+ "@types/node": "^18.15.3"
+ },
+ "engines": {
+ "node": ">= 18"
}
}