13 lines
307 B
JSON
13 lines
307 B
JSON
{
|
|
"componentId": "__COMPONENT_ID__",
|
|
"displayName": "__COMPONENT_DISPLAY_NAME__",
|
|
"version": "1.0.0",
|
|
"folderName": "__FOLDER_NAME__",
|
|
"packageName": "@glitch-components/__COMPONENT_ID__",
|
|
"entry": "dist/__BUNDLE_NAME__.js",
|
|
"source": "src/index.tsx",
|
|
"tags": [
|
|
"glitch-component"
|
|
]
|
|
}
|