github-actions[bot] c3246ee7f8
Version Packages (#940)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-08 23:45:12 +02:00

43 lines
904 B
JSON

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