44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@ohmycv/markdown-it-cross-ref",
|
|
"version": "0.1.1",
|
|
"description": "Enable cross-references in markdown-it.",
|
|
"keywords": [
|
|
"markdown",
|
|
"markdown-it-plugin",
|
|
"markdown-it"
|
|
],
|
|
"homepage": "https://github.com/Renovamen/oh-my-cv/tree/main/packages/markdown-it-cross-ref",
|
|
"bugs": {
|
|
"url": "https://github.com/Renovamen/oh-my-cv"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Renovamen/oh-my-cv.git",
|
|
"directory": "packages/markdown-it-cross-ref"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Renovamen <renovamenzxh@gmail.com>",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"exports": {
|
|
"types": "./dist/index.d.ts",
|
|
"require": "./dist/index.js",
|
|
"import": "./dist/index.mjs"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"build-fast:pkg": "tsup src/index.ts --format cjs,esm",
|
|
"build:pkg": "pnpm run build-fast:pkg --dts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/markdown-it": "^14.1.1",
|
|
"markdown-it": "^14.1.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|