sessions-ext/package.json

31 lines
834 B
JSON

{
"name": "sessions-ext",
"version": "0.0.1",
"description": "",
"scripts": {
"build": "parcel build src/manifest.json --no-content-hash --no-source-maps --dist-dir distribution --no-cache --detailed-report 0",
"watch": "parcel watch src/manifest.json --dist-dir distribution --no-cache --no-hmr",
"run:chromium": "web-ext run -t chromium"
},
"author": {
"name": "Dawid Wysokiński",
"email": "contact@dwysokinski.me",
"url": "https://dwysokinski.me/"
},
"license": "ISC",
"devDependencies": {
"@parcel/config-webextension": "^2.8.0",
"@types/chrome": "^0.0.200",
"parcel": "^2.8.0",
"typescript": "^4.8.4"
},
"webExt": {
"sourceDir": "distribution",
"run": {
"startUrl": [
"https://pl181.plemiona.pl/game.php?screen=info_player"
]
}
}
}