chromium-proxy-settings/package.json

12 lines
229 B
JSON
Raw 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-08-31 09:56:31 +02:00
"@types/chrome": "^0.0.270",
2024-02-18 10:39:19 +01:00
"crx3": "^1.1.3",
2024-08-31 09:56:31 +02:00
"eslint": "^9.9.1",
"typescript": "^5.5.4",
"typescript-eslint": "^8.3.0"
2024-02-18 08:28:00 +01:00
}
}