-
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) · 787 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 787 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.3",
"@types/node": "^24.12.0",
"lefthook": "^2.1.6",
"oxfmt": "^0.48.0",
"oxlint": "^1.63.0",
"oxlint-tsgolint": "^0.22.1",
"typescript": "^6.0.3"
},
"packageManager": "pnpm@11.0.6+sha512.97f906e1da2bedac3df83cadae04b4753a130092dd49d55cd36825ad3e623e9df3f97754f8f259e699172a360fac569acf2f908e7732bdae3eddb2dcf7e121fd"
}