chromium-proxy-settings/package.json

12 lines
231 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-06-06 13:50:52 +02:00
"@types/chrome": "^0.0.268",
2024-02-18 10:39:19 +01:00
"crx3": "^1.1.3",
"eslint": "^8.57.0",
2024-06-06 13:50:52 +02:00
"typescript": "^5.4.5",
"typescript-eslint": "^7.12.0"
2024-02-18 08:28:00 +01:00
}
}