-
-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.27 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.27 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
{
"name": "@yuudachi/yuudachi",
"version": "0.0.0",
"private": true,
"description": "",
"keywords": [],
"license": "AGPL-3.0",
"author": "iCrawl <icrawltogo@gmail.com>",
"type": "module",
"scripts": {
"build": "pnpm --recursive build",
"test": "vitest run",
"lint": "pnpm --recursive lint",
"format": "pnpm --recursive format",
"fmt": "pnpm format",
"prepare": "is-ci || husky",
"update": "pnpm --recursive update --interactive",
"update:latest": "pnpm --recursive update --interactive --latest"
},
"devDependencies": {
"@types/lodash.merge": "^4.6.9",
"@typescript/native-preview": "7.0.0-dev.20260128.1",
"@vitest/coverage-istanbul": "^4.0.18",
"@vitest/coverage-v8": "^4.0.18",
"eslint": "^9.39.2",
"eslint-config-neon": "^0.3.2",
"eslint-formatter-pretty": "^7.0.0",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-oxlint": "^1.42.0",
"eslint-plugin-react-compiler": "19.1.0-rc.2",
"husky": "^9.1.7",
"is-ci": "^4.1.0",
"lint-staged": "^16.2.7",
"lodash.merge": "^4.6.2",
"oxfmt": "^0.27.0",
"oxlint": "^1.42.0",
"oxlint-tsgolint": "^0.11.3",
"prettier": "^3.8.1",
"typescript": "^5.9.3",
"vercel": "^50.9.1",
"vitest": "^4.0.18"
},
"engines": {
"node": ">=24.0.0"
},
"packageManager": "pnpm@10.24.0"
}