webflow-json-dump
Version:
Simple script that dumps all items in a Webflow CMS Collection to JSON. Useful for creating a file-system based cache of your CMS or other hackery.
40 lines (39 loc) • 937 B
JSON
{
"name": "webflow-json-dump",
"version": "2.2.0",
"description": "Simple script that dumps all items in a Webflow CMS Collection to JSON. Useful for creating a file-system based cache of your CMS or other hackery.",
"main": "index.js",
"bin": {
"webflow-json-dump": "./bin/cli.js"
},
"dependencies": {
"bluebird": "^3.7.2",
"camel-case": "^4.1.2",
"object-mapper": "^6.2.0",
"ora": "^5.4.0",
"webflow-api": "^0.5.0",
"yargs": "^16.2.0"
},
"devDependencies": {
"release-it": "^14.6.1"
},
"scripts": {
"release": "release-it",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:matmar10/webflow-json-dump.git"
},
"keywords": [
"Webflow",
"cache",
"cms",
"json",
"http",
"REST",
"API"
],
"author": "Matthew J. Martin <matthew@blossomfinance.com>",
"license": "MIT"
}