18 lines
369 B
JSON
18 lines
369 B
JSON
{
|
|
"name": "webflow-to-self-served-page",
|
|
"description": "Convert Webflow exports with CSV CMS data to self-served static pages with dynamic content loading",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Agustin Trombotto",
|
|
"organization": "Filadd"
|
|
},
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
],
|
|
"hooks": [
|
|
"./hooks"
|
|
]
|
|
} |