-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 765 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 765 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
{
"private": true,
"name": "types-with-exceptions",
"version": "0.0.0",
"type": "module",
"scripts": {
"sync": "node scripts/cli.js sync",
"diff": "node scripts/cli.js diff",
"clean": "node scripts/cli.js clean",
"test": "vitest --run"
},
"keywords": [],
"packageManager": "pnpm@10.10.0",
"devDependencies": {
"@typescript-eslint/rule-tester": "^8.33.1",
"@typescript-eslint/type-utils": "^8.33.1",
"@types-with-exceptions/lib": "workspace:*",
"commander": "^14.0.0",
"eslint": "^9.28.0",
"eslint-plugin-explicit-exceptions": "^0.13.3",
"gunzip-maybe": "^1.4.2",
"npm-registry-fetch": "^18.0.2",
"tar-fs": "^3.0.9",
"typescript": "^5.8.3",
"vitest": "^3.2.1",
"yaml": "^2.8.0"
}
}