37 lines
827 B
JSON
37 lines
827 B
JSON
{
|
|
"name": "@flowershow/remark-embed",
|
|
"version": "1.0.0",
|
|
"description": "Converts youtube link in mdx to an iframe embed",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/flowershow/flowershow.git",
|
|
"directory": "packages/remark-embed"
|
|
},
|
|
"keywords": [
|
|
"remark",
|
|
"remark-plugin",
|
|
"markdown",
|
|
"obsidian"
|
|
],
|
|
"author": "Rufus Pollock",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/flowershow/flowershow/issues"
|
|
},
|
|
"homepage": "https://github.com/flowershow/flowershow#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"unist-util-visit": "^4.1.1"
|
|
},
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs"
|
|
}
|
|
}
|
|
}
|