@strapi/data-transfer
Version:
Data transfer capabilities for Strapi
86 lines (85 loc) • 2.1 kB
JSON
{
"name": "@strapi/data-transfer",
"version": "5.33.1",
"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": "run -T npm-run-all clean --parallel build:code build:types",
"build:code": "run -T rollup -c",
"build:types": "run -T tsc -p tsconfig.build.json --emitDeclarationOnly",
"clean": "rimraf ./dist",
"lint": "run -T eslint .",
"test:unit": "run -T jest",
"test:unit:watch": "run -T jest --watch",
"watch": "run -T rollup -c -w"
},
"dependencies": {
"@strapi/logger": "5.33.1",
"@strapi/types": "5.33.1",
"@strapi/utils": "5.33.1",
"chalk": "4.1.2",
"cli-table3": "0.6.5",
"commander": "8.3.0",
"fs-extra": "11.2.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.17.1"
},
"devDependencies": {
"@strapi/database": "5.33.1",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.2",
"@types/koa": "2.13.4",
"@types/lodash": "^4.14.191",
"@types/node": "24.10.0",
"@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": "3.0.1",
"koa": "2.16.1",
"rimraf": "5.0.5",
"typescript": "5.4.4"
},
"engines": {
"node": ">=20.0.0 <=24.x.x",
"npm": ">=6.0.0"
}
}