nixos-configs/apps/config/package.json
matt1432 cdf28bd4f5
All checks were successful
Discord / discord commits (push) Has been skipped
feat(apps): type check scripts in checkPhase
2025-03-07 16:51:01 -05:00

16 lines
404 B
JSON

{
"name": "eslint-conf",
"version": "0.0.0",
"type": "module",
"exports": "./index.ts",
"dependencies": {
"@eslint/js": "9.22.0",
"@stylistic/eslint-plugin": "4.2.0",
"eslint": "9.22.0",
"eslint-plugin-jsdoc": "50.6.3",
"jiti": "2.4.2",
"pkg-types": "2.1.0",
"typescript": "5.8.2",
"typescript-eslint": "8.26.0"
}
}