-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 950 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 950 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
35
36
{
"name": "wallaby-3532",
"packageManager": "yarn@4.9.2",
"scripts": {
"test": "vitest run"
},
"dependencies": {
"p-limit": "^6.2.0",
"url-template": "^3.1.1",
"zod": "^3.25.45"
},
"devDependencies": {
"@babel/core": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/preset-typescript": "^7.27.1",
"@eslint/js": "^9.28.0",
"@types/node": "^22.15.29",
"@typescript-eslint/parser": "^8.33.0",
"@vitest/runner": "3.2.4",
"@vitest/snapshot": "3.2.4",
"eslint": "^9.28.0",
"eslint-config-prettier": "^10.1.5",
"eslint-import-resolver-typescript": "^4.4.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "5.3.1",
"globals": "^16.2.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.0",
"pinst": "^3.0.0",
"prettier": "3.5.3",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.33.0",
"vitest": "3.2.4"
}
}