diff options
Diffstat (limited to 'backup/package.json')
-rw-r--r-- | backup/package.json | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/backup/package.json b/backup/package.json deleted file mode 100644 index 61893856..00000000 --- a/backup/package.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "juick-backup", - "version": "1.0.0", - "description": "Juick export utility", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/juick/backup.git" - }, - "private": true, - "license": "MIT", - "dependencies": { - "minimist": "^1.2.8" - }, - "devDependencies": { - "@types/node": "^20.3.0" - }, - "engines": { - "node": ">= 18" - } -} |