@kworq/storyblok-space-cloner
Version:
Tools to efficiently copy components, stories, and assets from one Storyblok space to another. Simplifies cloning for development, testing, or migration purposes, ensuring seamless transfer of content and structure.
54 lines (53 loc) • 1.31 kB
JSON
{
"type": "module",
"name": "@kworq/storyblok-space-cloner",
"version": "0.2.2",
"description": "Tools to efficiently copy components, stories, and assets from one Storyblok space to another. Simplifies cloning for development, testing, or migration purposes, ensuring seamless transfer of content and structure.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/",
"README.md",
"LICENSE.md",
"package.json"
],
"scripts": {
"test": "vitest",
"clean": "rimraf dist",
"build": "npm run clean && tsc && tsc-alias"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kworq/storyblok-space-cloner.git"
},
"keywords": [
"storyblok",
"space",
"cloner",
"copy components",
"copy stories",
"copy assets",
"content migration",
"space cloning",
"Storyblok API",
"Storyblok tools",
"content transfer",
"development",
"testing",
"migration"
],
"author": "Guy Peires",
"license": "MIT",
"dependencies": {
"form-data": "^4.0.0",
"storyblok-js-client": "^6.8.1"
},
"devDependencies": {
"@dotenvx/dotenvx": "^1.6.4",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
}
}