mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 14:41:28 -07:00
19 lines
315 B
JSON
19 lines
315 B
JSON
{
|
|
"name": "@repo/oxlint-config",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/default.config.ts"
|
|
},
|
|
"dependencies": {
|
|
"oxlint": "1.56.0",
|
|
"oxlint-tsgolint": "0.17.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "25.5.0",
|
|
"vitest": "4.1.0"
|
|
}
|
|
}
|