-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1 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
{
"name": "@astro-community/astro-embed-integration",
"version": "0.6.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": "git+https://github.com/delucis/astro-embed.git"
},
"author": "delucis",
"license": "MIT",
"bugs": {
"url": "https://github.com/delucis/astro-embed/issues"
},
"homepage": "https://github.com/delucis/astro-embed/tree/main/packages/astro-embed-integration#readme",
"dependencies": {
"@astro-community/astro-embed-twitter": "^0.5.2",
"@astro-community/astro-embed-vimeo": "^0.3.1",
"@astro-community/astro-embed-youtube": "^0.4.1",
"@astro-community/astro-embed-spotify": "^0.0.1",
"@types/unist": "^2.0.0",
"astro-auto-import": "^0.3.0",
"unist-util-select": "^4.0.1"
},
"peerDependencies": {
"astro": "^2.0.0 || ^3.0.0-beta"
}
}