-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@astro-community/astro-embed-integration",
"version": "0.12.0",
"description": "Astro integration to automatically convert URLs in Markdown files to embeds",
"type": "module",
"exports": {
".": "./index.ts"
},
"files": [
"index.ts",
"remark-plugin.ts"
],
"repository": {
"type": "git",
"url": "https://github.com/delucis/astro-embed",
"directory": "packages/astro-embed-integration"
},
"author": "delucis",
"license": "MIT",
"bugs": {
"url": "https://github.com/delucis/astro-embed/issues"
},
"homepage": "https://astro-embed.netlify.app/integration",
"dependencies": {
"@astro-community/astro-embed-bluesky": "^0.2.0",
"@astro-community/astro-embed-gist": "^0.1.0",
"@astro-community/astro-embed-link-preview": "^0.3.1",
"@astro-community/astro-embed-mastodon": "^0.1.1",
"@astro-community/astro-embed-spotify": "^0.0.1",
"@astro-community/astro-embed-twitter": "^0.5.11",
"@astro-community/astro-embed-vimeo": "^0.3.12",
"@astro-community/astro-embed-youtube": "^0.5.10",
"@types/unist": "^3.0.3",
"astro-auto-import": "^0.5.1",
"unist-util-select": "^5.1.0"
},
"peerDependencies": {
"astro": "^5.0.0 || ^6.0.0-alpha"
}
}