{
  "name": "@strapi/data-transfer",
  "version": "4.25.20",
  "description": "Data transfer capabilities for Strapi",
  "keywords": [
    "strapi",
    "data",
    "transfer",
    "import",
    "export",
    "backup",
    "restore"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "author": {
    "name": "Strapi Solutions SAS",
    "email": "hi@strapi.io",
    "url": "https://strapi.io"
  },
  "maintainers": [
    {
      "name": "Strapi Solutions SAS",
      "email": "hi@strapi.io",
      "url": "https://strapi.io"
    }
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "source": "./src/index.ts",
  "types": "./dist/index.d.ts",
  "files": [
    "./dist"
  ],
  "scripts": {
    "build": "pack-up build",
    "clean": "rimraf ./dist",
    "lint": "run -T eslint .",
    "test:unit": "run -T jest",
    "test:unit:watch": "run -T jest --watch",
    "watch": "pack-up watch"
  },
  "dependencies": {
    "@strapi/logger": "4.25.20",
    "@strapi/strapi": "4.25.20",
    "@strapi/types": "4.25.20",
    "@strapi/utils": "4.25.20",
    "chalk": "4.1.2",
    "cli-table3": "0.6.5",
    "commander": "8.3.0",
    "fs-extra": "10.0.0",
    "inquirer": "8.2.5",
    "lodash": "4.17.21",
    "ora": "5.4.1",
    "resolve-cwd": "3.0.0",
    "semver": "7.5.4",
    "stream-chain": "2.2.5",
    "stream-json": "1.8.0",
    "tar": "6.2.1",
    "tar-stream": "2.2.0",
    "ws": "8.18.0"
  },
  "devDependencies": {
    "@strapi/pack-up": "4.23.0",
    "@types/fs-extra": "9.0.13",
    "@types/jest": "29.5.2",
    "@types/koa": "2.13.4",
    "@types/lodash": "^4.14.191",
    "@types/node": "18.18.4",
    "@types/semver": "7.5.0",
    "@types/stream-chain": "2.0.1",
    "@types/stream-json": "1.7.3",
    "@types/tar": "6.1.4",
    "@types/tar-stream": "2.2.2",
    "@types/ws": "^8.5.4",
    "knex": "2.5.0",
    "koa": "2.13.4",
    "rimraf": "3.0.2",
    "typescript": "5.2.2"
  },
  "peerDependencies": {
    "@strapi/strapi": "^4.14.4"
  },
  "engines": {
    "node": ">=18.0.0 <=20.x.x",
    "npm": ">=6.0.0"
  },
  "gitHead": "a38c6dc3717b2e6e7da00e45bd349b69a6469aac"
}
