-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathpackage.json
56 lines (56 loc) · 1.54 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "revilo",
"version": "0.0.0",
"private": true,
"description": "",
"keywords": [],
"license": "Apache-2.0",
"type": "module",
"scripts": {
"build": "tsc --build",
"prepare": "husky && ts-patch install",
"test": "vitest"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@changesets/cli": "^2.28.1",
"@eslint/js": "^9.22.0",
"@microsoft/api-extractor": "catalog:",
"@rslib/core": "^0.5.3",
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^22.13.5",
"@vitest/coverage-v8": "^3.0.8",
"@vitest/eslint-plugin": "^1.1.36",
"@vitest/ui": "^3.0.8",
"dprint": "^0.49.0",
"eslint": "^9.22.0",
"eslint-import-resolver-typescript": "^3.8.3",
"eslint-plugin-headers": "^1.2.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-n": "^17.16.2",
"eslint-plugin-regexp": "^2.7.0",
"eslint-plugin-unicorn": "^57.0.0",
"globals": "^16.0.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"sort-package-json": "^3.0.0",
"ts-patch": "^3.3.0",
"turbo": "^2.4.4",
"typescript": "^5.7.3",
"typescript-eslint": "^8.26.0",
"vitest": "^3.0.8"
},
"packageManager": "pnpm@10.6.1",
"engines": {
"node": ">=22"
},
"pnpm": {
"patchedDependencies": {
"@napi-rs/cli@2.18.4": "patches/@napi-rs__cli@2.18.4.patch",
"@rollup/plugin-typescript": "patches/@rollup__plugin-typescript.patch"
}
}
}