30 lines
686 B
JSON
30 lines
686 B
JSON
{
|
|
"name": "open-twitch-metrics",
|
|
"description": "Open Twitch Metrics",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "konstruktiv",
|
|
"email": "info@eblanwiki.com",
|
|
"url": "https://git.eblanwiki.com/konstruktiv/WebExtension.git"
|
|
},
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"compile": "tsc --noEmit",
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chrome": "^0.1.36",
|
|
"@types/webextension-polyfill": "^0.10.0",
|
|
"typescript": "~5.6.3",
|
|
"vite": "^5.0.0",
|
|
"vite-plugin-web-extension": "^4.0.0",
|
|
"webextension-polyfill": "^0.10.0"
|
|
},
|
|
"dependencies": {
|
|
"lit": "^3.3.2"
|
|
}
|
|
}
|