first commit
This commit is contained in:
37
packages/plugins/embeds/package.json
Normal file
37
packages/plugins/embeds/package.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "@emdashcms/plugin-embeds",
|
||||
"version": "0.0.1",
|
||||
"description": "Embed blocks for EmDash CMS - YouTube, Vimeo, Twitter, Bluesky, Mastodon, and more",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"exports": {
|
||||
".": "./src/index.ts",
|
||||
"./astro": "./src/astro/index.ts"
|
||||
},
|
||||
"files": [
|
||||
"src"
|
||||
],
|
||||
"keywords": [
|
||||
"emdash",
|
||||
"cms",
|
||||
"plugin",
|
||||
"embed",
|
||||
"youtube",
|
||||
"vimeo",
|
||||
"twitter",
|
||||
"bluesky"
|
||||
],
|
||||
"author": "Matt Kane",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"astro": ">=6.0.0-beta.0",
|
||||
"emdash": "workspace:*"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emdashcms/blocks": "workspace:*",
|
||||
"astro-embed": "^0.12.0"
|
||||
},
|
||||
"scripts": {
|
||||
"typecheck": "tsgo --noEmit"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user