-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.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.0",
"@virtual-live-lab/eslint-config": "2.2.15",
"@virtual-live-lab/prettier-config": "2.0.14",
"@virtual-live-lab/tsconfig": "2.1.15",
"eslint": "9.17.0",
"prettier": "3.4.2",
"prettier-plugin-astro": "0.14.1",
"textlint": "14.4.0",
"textlint-rule-preset-japanese": "10.0.3",
"tsx": "4.19.2",
"typescript": "5.7.2",
"typescript-eslint": "8.18.1",
"vitest": "2.1.8"
}
}