-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 941 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
{
"name": "sushichan.live-monorepo",
"type": "module",
"version": "0.0.1",
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": ">=22 <23"
},
"scripts": {
"dev": "turbo dev",
"test": "vitest",
"coverage": "vitest run --coverage",
"format": "prettier --write .",
"format:check": "prettier --ignore-path .gitignore --ignore-path .prettierignore --ignore-path .ci.prettierignore --check ."
},
"devDependencies": {
"@textlint/textlint-plugin-markdown": "14.4.2",
"@virtual-live-lab/eslint-config": "2.2.16",
"@virtual-live-lab/prettier-config": "2.0.15",
"@virtual-live-lab/tsconfig": "2.1.16",
"eslint": "9.18.0",
"prettier": "3.4.2",
"prettier-plugin-astro": "0.14.1",
"textlint": "14.4.2",
"textlint-rule-preset-japanese": "10.0.4",
"tsx": "4.19.2",
"typescript": "5.7.3",
"typescript-eslint": "8.21.0",
"vitest": "3.0.3"
}
}