chromium-proxy-settings/package.json

12 lines
231 B
JSON
Raw Permalink Normal View History

2024-02-18 08:28:00 +01:00
{
"name": "chromium-proxy-settings",
2024-02-18 14:10:13 +01:00
"type": "module",
2024-02-18 08:28:00 +01:00
"devDependencies": {
2024-11-10 22:22:04 +01:00
"@types/chrome": "^0.0.271",
2024-02-18 10:39:19 +01:00
"crx3": "^1.1.3",
2024-11-10 22:22:04 +01:00
"eslint": "^9.14.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0"
2024-02-18 08:28:00 +01:00
}
}