nixos-configs/common/pkgs/discommit/package.json

16 lines
356 B
JSON
Raw Normal View History

2023-12-22 03:06:15 -05:00
{
"type": "module",
"devDependencies": {
"@stylistic/eslint-plugin": "^1.4.0",
"@types/node": "^20.10.5",
"@types/node-fetch": "^2.6.9",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"typescript": "^5.3.3"
},
"dependencies": {
"node-fetch": "^3.3.2"
}
}