{
  "name": "@strapi/data-transfer",
  "version": "4.13.6",
  "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",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "build:ts": "tsc",
    "clean": "rimraf ./dist",
    "prepublishOnly": "yarn clean && yarn build",
    "test:unit": "run -T jest",
    "test:unit:watch": "run -T jest --watch",
    "watch": "tsc -w --preserveWatchOutput",
    "lint": "run -T eslint ."
  },
  "files": [
    "./dist"
  ],
  "dependencies": {
    "@strapi/logger": "4.13.6",
    "@strapi/strapi": "4.13.6",
    "chalk": "4.1.2",
    "fs-extra": "10.0.0",
    "lodash": "4.17.21",
    "semver": "7.5.4",
    "stream-chain": "2.2.5",
    "stream-json": "1.8.0",
    "tar": "6.1.13",
    "tar-stream": "2.2.0",
    "ws": "8.13.0"
  },
  "peerDependencies": {
    "@strapi/strapi": "^4.13.3"
  },
  "devDependencies": {
    "@tsconfig/node16": "1.0.3",
    "@types/fs-extra": "9.0.13",
    "@types/jest": "29.5.2",
    "@types/koa": "2.13.4",
    "@types/lodash": "^4.14.191",
    "@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"
  },
  "engines": {
    "node": ">=16.0.0 <=20.x.x",
    "npm": ">=6.0.0"
  },
  "gitHead": "d44586fa075f638f1953bda9623a985c7060e2ad"
}
