forked from lynx-family/lynx-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.39 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.39 KB
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
{
"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.4",
"@rspack/core": "catalog:rspack",
"@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.9",
"@vitest/eslint-plugin": "^1.1.38",
"@vitest/ui": "^3.0.9",
"dprint": "^0.49.1",
"eslint": "^9.22.0",
"eslint-import-resolver-typescript": "^4.2.1",
"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.5.0",
"sort-package-json": "^3.0.0",
"ts-patch": "^3.3.0",
"turbo": "^2.4.4",
"typescript": "^5.7.3",
"typescript-eslint": "^8.26.1",
"vitest": "^3.0.9"
},
"packageManager": "pnpm@10.6.4",
"engines": {
"node": ">=22"
}
}