UNPKG

storyblok-migrate

Version:

Component and content migrations for the headless CMS Storyblok

51 lines (50 loc) 1.43 kB
{ "name": "storyblok-migrate", "version": "0.3.4", "description": "Component and content migrations for the headless CMS Storyblok", "keywords": [ "migrate", "schema", "storyblok" ], "author": "Markus Oberlehner", "homepage": "https://github.com/maoberlehner/storyblok-migrate", "license": "MIT", "scripts": { "lint:scripts": "eslint --ignore-path .gitignore .", "lint:scripts-md": "eslint --config .eslintrc-md.js --ext md --ignore-path .gitignore .", "lint": "yarn run lint:scripts && yarn run lint:scripts-md" }, "dependencies": { "commander": "^5.1.0", "dotenv": "^8.2.0", "enquirer": "^2.3.6", "glob": "^7.1.6", "lodash.clonedeep": "^4.5.0", "lodash.isequal": "^4.5.0", "storyblok-js-client": "^2.5.1" }, "devDependencies": { "@avalanche/eslint-config": "^4.0.0", "eslint": "^7.5.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-markdown": "^1.0.2" }, "main": "index.js", "bin": { "storyblok-backup": "cli-backup.js", "storyblok-backup-restore": "cli-backup-restore.js", "storyblok-component-export": "cli-component-export.js", "storyblok-migrate": "cli.js" }, "engines": { "node": ">=10.12.0" }, "repository": { "type": "git", "url": "https://github.com/maoberlehner/storyblok-migrate" }, "bugs": { "url": "https://github.com/maoberlehner/storyblok-migrate/issues" } }