remark-shiki-twoslash
Version:
A remark plugin which renders code samples for all languages via Shiki, but has some real cool features for TS/JS code
60 lines (59 loc) • 1.52 kB
JSON
{
"name": "remark-shiki-twoslash",
"version": "3.1.3",
"license": "MIT",
"homepage": "https://github.com/shikijs/twoslash",
"repository": {
"url": "https://github.com/shikijs/twoslash.git",
"directory": "packages/remark-shiki-twoslash",
"type": "git"
},
"bugs": {
"url": "https://github.com/shikijs/twoslash/issues"
},
"description": "A remark plugin which renders code samples for all languages via Shiki, but has some real cool features for TS/JS code",
"author": "Orta Therox",
"main": "./dist/index.js",
"module": "./dist/remark-shiki-twoslash.esm.js",
"typings": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint"
},
"dependencies": {
"@typescript/twoslash": "3.1.0",
"@typescript/vfs": "1.3.4",
"@types/unist": "^2.0.0",
"fenceparser": "^1.1.0",
"regenerator-runtime": "^0.13.7",
"shiki": "0.10.1",
"shiki-twoslash": "3.1.2",
"tslib": "2.1.0",
"unist-util-visit": "^2.0.0"
},
"peerDependencies": {
"typescript": ">3"
},
"devDependencies": {
"@mdx-js/mdx": "^1.6.2",
"@types/jest": "^25.1.3",
"@types/node": "14.14.31",
"@types/unist": "^2.0.0",
"babel-jest": "^26.6.3",
"esbuild": "^0.12.9",
"rehype-stringify": "^6.0.1",
"tsdx": "^0.14.1",
"tslib": "^1.10.0",
"typescript": ">3",
"unified": "^8.4.2"
},
"browser": {
"fs": false,
"path": false
}
}