-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1018 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
36
37
38
39
40
41
42
43
44
{
"name": "@2bad/root",
"version": "7.1.1",
"private": true,
"type": "module",
"workspaces": [
"packages/*"
],
"prettier": {
"printWidth": 120,
"semi": false,
"singleQuote": true,
"trailingComma": "none"
},
"devDependencies": {
"@2bad/tsconfig": "3.0.1",
"@swc/cli": "0.5.0",
"@swc/core": "1.9.2",
"@types/node": "20.17.6",
"@types/tough-cookie": "4.0.5",
"@vitest/coverage-v8": "2.1.4",
"eslint-config-love": "46.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-jsdoc": "48.11.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-vitest": "0.5.4",
"npm-run-all2": "6.2.6",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"tsc-alias": "1.8.10",
"typescript": "5.6.3",
"vite-tsconfig-paths": "4.3.2",
"vitest": "2.1.4"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20"
},
"volta": {
"node": "22.11.0",
"npm": "10.9.0"
}
}