36 lines
881 B
JSON
36 lines
881 B
JSON
{
|
|
"name": "remark-ofm",
|
|
"version": "1.0.0",
|
|
"main": "dist/index.js",
|
|
"exports": "./dist/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc --project tsconfig.build.json",
|
|
"test": "vitest",
|
|
"format": "prettier --write ."
|
|
},
|
|
"author": "peaceultime",
|
|
"description": "Remark plugin to support Obsidian markdown syntax",
|
|
"keywords": [
|
|
"remark",
|
|
"obsidian"
|
|
],
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"lodash.capitalize": "^4.2.1",
|
|
"mdast-util-find-and-replace": "^3.0.2",
|
|
"unist-util-visit": "^4.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash.capitalize": "^4.2.9",
|
|
"@types/unist": "^2.0.11",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"rehype-raw": "^6.1.1",
|
|
"rehype-stringify": "^9.0.4",
|
|
"remark-parse": "^10.0.2",
|
|
"remark-rehype": "^10.1.0",
|
|
"typescript": "^5.8.3",
|
|
"unified": "^10.1.2"
|
|
}
|
|
}
|