-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 855 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 855 Bytes
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
{
"version": "4.1.15",
"private": true,
"engines": {
"node": ">=22"
},
"workspaces": [
"packages/*"
],
"scripts": {
"lint": "eslint .",
"test": "vitest run",
"build": "yarn workspaces foreach -At run build"
},
"devDependencies": {
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^9.0.0",
"@swc/cli": "^0.3.10",
"@swc/core": "^1.4.13",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"globals": "^15.0.0",
"typescript": "*",
"typescript-eslint": "^7.6.0",
"unplugin-swc": "^1.4.5",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.0"
},
"packageManager": "yarn@4.1.1"
}