micromark-extension-cjk-friendly-util
Version:
common library for micromark-extension-cjk-friendly and its related packages
64 lines • 1.53 kB
JSON
{
"name": "micromark-extension-cjk-friendly-util",
"version": "3.0.1",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"LICENSE",
"README.md"
],
"repository": {
"url": "https://github.com/tats-u/markdown-cjk-friendly"
},
"license": "MIT",
"author": "Tatsunori Uchino <tats.u@live.jp> (https://github.com/tats-u)",
"bugs": "https://github.com/tats-u/markdown-cjk-friendly/issues",
"keywords": [
"micromark-extension",
"micromark",
"markdown",
"japanese",
"chinese",
"korean",
"cjk"
],
"description": "common library for micromark-extension-cjk-friendly and its related packages",
"sideEffects": false,
"dependencies": {
"get-east-asian-width": "^1.4.0",
"micromark-util-character": "^2.1.1",
"micromark-util-symbol": "^2.0.1"
},
"devDependencies": {
"micromark-util-types": "^2.0.2"
},
"peerDependenciesMeta": {
"micromark-util-types": {
"optional": true
}
},
"engines": {
"node": ">=18"
},
"scripts": {
"build": "tsdown",
"build:lib": "tsdown",
"dev": "tsdown --watch",
"dev:lib": "tsdown --watch",
"test": "vitest run",
"test:lib": "vitest run",
"test:up": "vitest -u",
"test:watch": "vitest watch",
"test:lib:watch": "vitest watch",
"lint:type": "tsc --noEmit"
}
}