lotsa stuff

This commit is contained in:
iw0
2023-10-14 16:28:19 +02:00
parent 8d34088021
commit a519dbe814
11 changed files with 6094 additions and 67 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"devDependencies": {
"@types/firefox-webext-browser": "^111.0.2",
"web-ext": "^7.8.0",
"webextension-polyfill": "github:mozilla/webextension-polyfill"
},
"scripts": {
"start:firefox": "web-ext run",
"debug": "web-ext run --devtools --firefox deved --url https://www.bahn.de/buchung/fahrgastrechte?einstiegtyp=BC100"
},
"dependencies": {
"luhn": "^2.4.1",
"typescript": "^5.2.2"
}
}