aboutsummaryrefslogtreecommitdiff
path: root/backup/package.json
blob: c3e5ce6f2e2eb45c4b4e84ff1e871655746facdf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "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": "^18.15.12"
  },
  "engines": {
    "node": ">= 18"
  }
}