52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "@portaljs/remark-callouts",
|
|
"version": "1.0.4",
|
|
"description": "Remark plugin to add support for blockquote-based admonitions/callouts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/datopian/portaljs.git",
|
|
"directory": "packages/remark-callouts"
|
|
},
|
|
"keywords": [
|
|
"remark",
|
|
"remark-plugin",
|
|
"markdown",
|
|
"admonitions",
|
|
"callouts",
|
|
"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": {
|
|
"prepare": "nx build remark-callouts"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"mdast-util-from-markdown": "^1.2.0",
|
|
"svg-parser": "^2.0.4",
|
|
"unist-util-visit": "^4.1.0"
|
|
},
|
|
"type": "module",
|
|
"main": "./dist/index.cjs",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/src/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/src/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs"
|
|
},
|
|
|
|
"./styles.css": "./dist/styles.css"
|
|
}
|
|
}
|