forked from shikijs/twoslash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 810 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
{
"name": "shiki-twoslash-monorepo",
"workspaces": [
"./packages/**"
],
"scripts": {
"test": "jest",
"bootstrap": "pnpm recursive run --workspace-concurrency 1 build && md-magic",
"build": "pnpm run build -r && 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": "^3.4.4",
"prettier": "^2.3.1",
"typescript": "^4.7.4"
},
"prettier": {
"printWidth": 140
}
}