mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 05:59:30 +08:00
46 lines
1.1 KiB
Text
46 lines
1.1 KiB
Text
{
|
|
"name": "shiki-twoslash",
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/shikijs/twoslash",
|
|
"repository": {
|
|
"url": "https://github.com/shikijs/twoslash.git",
|
|
"directory": "packages/shiki-twoslash",
|
|
"type": "git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/shikijs/twoslash/issues"
|
|
},
|
|
"description": "API primitives to mix Shiki with Twoslash",
|
|
"author": "Orta Therox",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/shiki-twoslash.esm.js",
|
|
"typings": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"start": "tsdx watch",
|
|
"update": "node scripts/generateTSConfigOneliners.js",
|
|
"build": "tsdx build",
|
|
"test": "tsdx test",
|
|
"lint": "tsdx lint"
|
|
},
|
|
"dependencies": {
|
|
"@typescript/twoslash": "3.1.0",
|
|
"@typescript/vfs": "1.3.4",
|
|
"shiki": "0.10.1",
|
|
"typescript": ">3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^25.1.3",
|
|
"fenceparser": "^1.1.0",
|
|
"gray-matter": "^4.0.3",
|
|
"jest-file-snapshot": "^0.5.0",
|
|
"prettier": "^2.3.0",
|
|
"remark": "^13.0.0",
|
|
"tsdx": "^0.14.1",
|
|
"tslib": "^1.10.0",
|
|
"unified": "^8.4.2"
|
|
}
|
|
}
|