-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathpackage.json
33 lines (33 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "docusaurus-preset-shiki-twoslash",
"version": "1.1.44",
"license": "MIT",
"homepage": "https://github.com/shikijs/twoslash",
"repository": {
"url": "https://github.com/shikijs/twoslash.git",
"directory": "packages/docusaurus-preset-shiki-twoslash",
"type": "git"
},
"bugs": {
"url": "https://github.com/shikijs/twoslash/issues"
},
"description": "A Docusaurus plugin which adds shiki with optional twoslash-powered code samples",
"author": "Orta Therox",
"main": "./index.js",
"typings": "./index.d.ts",
"scripts": {
"bootstrap": "echo 'NOOP'",
"build": "pnpm exec tsc index.js --declaration --allowJs --emitDeclarationOnly --esModuleInterop --target es2018 -moduleResolution node",
"test": "echo 'NOOP'",
"lint": "echo 'NOOP'"
},
"dependencies": {
"copy-text-to-clipboard": "^3.0.1",
"remark-shiki-twoslash": "3.1.7",
"typescript": ">3"
},
"devDependencies": {
"@docusaurus/types": "^2.0.0-beta.3",
"@types/node": "^14.14.31"
}
}