Alexandre Bodin e1f26c862f v5.0.0-rc.20
2024-09-10 20:54:37 +02:00

85 lines
1.9 KiB
JSON

{
"name": "@strapi/data-transfer",
"version": "5.0.0-rc.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": "workspace:*",
"@strapi/types": "workspace:*",
"@strapi/utils": "workspace:*",
"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.1.13",
"tar-stream": "2.2.0",
"ws": "8.13.0"
},
"devDependencies": {
"@strapi/database": "workspace:*",
"@strapi/pack-up": "5.0.0",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.2",
"@types/koa": "2.13.4",
"@types/lodash": "^4.14.191",
"@types/node": "18.19.24",
"@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.15.2",
"rimraf": "5.0.5",
"typescript": "5.3.2"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
}
}