-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
35 lines (35 loc) · 942 Bytes
/
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
34
35
{
"name": "shiki-twoslash-monorepo",
"workspaces": [
"./packages/**"
],
"scripts": {
"test": "jest",
"bootstrap": "pnpm recursive run --workspace-concurrency 1 build && md-magic",
"build": "pnpm recursive run --workspace-concurrency 1 build && md-magic",
"deploy": "pnpm changeset version && pnpm install && git add . && git commit -m 'Deploy' && git push"
},
"devDependencies": {
"@changesets/cli": "^2.16.0",
"@types/jest": "^25.2.3",
"@types/node": "14.14.31",
"@types/react": "^17.0.11",
"esbuild": "^0.12.9",
"esbuild-jest": "^0.5.0",
"glob": "^7.1.7",
"jest": "^27.0.5",
"markdown-magic": "^2.2.0",
"markdown-magic-inline-types": "^1.0.2",
"pleb": "^5.1.4",
"prettier": "^2.3.1",
"typescript": "^4.7.4"
},
"prettier": {
"printWidth": 140
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}