44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name": "@bytemd/plugin-gfm",
|
|
"version": "1.17.2",
|
|
"description": "ByteMD plugin to support GFM (autolink literals, strikethrough, tables, tasklists)",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bytedance/bytemd.git",
|
|
"directory": "packages/plugin-gfm"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Rongjian Zhang",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.js"
|
|
},
|
|
"./locales/*": "./locales/*",
|
|
"./lib/locales/*": "./locales/*"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"jsdelivr": "./dist/index.umd.js",
|
|
"unpkg": "./dist/index.umd.js",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"locales"
|
|
],
|
|
"dependencies": {
|
|
"@icon-park/svg": "^1.4.2",
|
|
"remark-gfm": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"bytemd": "1.17.2"
|
|
},
|
|
"peerDependencies": {
|
|
"bytemd": "^1.5.0"
|
|
},
|
|
"scripts": {
|
|
"build": "tsdv build",
|
|
"test": "tsdv test"
|
|
}
|
|
} |