Urara-Blog/node_modules/.pnpm-store/v3/files/20/9d9fc7043ddb7d31c6a331d6499f83f873909c7ec1d3b4e9cee7281d9cd624e8cd05636bbd0884de970331911c97378ce5b543472b1a4930e277e95cb789e3
2022-08-14 01:14:53 +08:00

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"
}
}