fix repo urls
This commit is contained in:
@@ -1,37 +1,42 @@
|
||||
{
|
||||
"name": "@emdash-cms/plugin-embeds",
|
||||
"version": "0.0.2",
|
||||
"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": {
|
||||
"@emdash-cms/blocks": "workspace:*",
|
||||
"astro-embed": "^0.12.0"
|
||||
},
|
||||
"scripts": {
|
||||
"typecheck": "tsgo --noEmit"
|
||||
}
|
||||
}
|
||||
"name": "@emdash-cms/plugin-embeds",
|
||||
"version": "0.0.2",
|
||||
"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": {
|
||||
"@emdash-cms/blocks": "workspace:*",
|
||||
"astro-embed": "^0.12.0"
|
||||
},
|
||||
"scripts": {
|
||||
"typecheck": "tsgo --noEmit"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/emdash-cms/emdash.git",
|
||||
"directory": "packages/plugins/embeds"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user