-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 788 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 788 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
{
"name": "node-typescript-oxlint-template",
"version": "0.0.1",
"description": "",
"license": "",
"author": "",
"type": "module",
"scripts": {
"dev": "node src/index.ts",
"build": "tsc --noEmit",
"test": "exit 0",
"lint": "oxlint --report-unused-disable-directives-severity=error",
"format": "oxfmt",
"format:check": "oxfmt --check"
},
"devDependencies": {
"@nihalgonsalves/esconfig": "^0.17.1",
"@types/node": "^24.12.0",
"lefthook": "^2.1.4",
"oxfmt": "^0.45.0",
"oxlint": "^1.60.0",
"oxlint-tsgolint": "^0.19.0",
"typescript": "^6.0.2"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}