sessions-ext/package.json

38 lines
904 B
JSON

{
"name": "sessions-ext",
"version": "0.1.0",
"description": "",
"scripts": {
"build": "parcel build src/manifest.json --no-content-hash --no-source-maps --dist-dir dist --detailed-report 0",
"watch": "parcel watch src/manifest.json --dist-dir dist --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.236",
"parcel": "^2.8.0",
"prettier": "^2.7.1",
"typescript": "^5.0.0"
},
"browserslist": [
"since 2017-06"
],
"webExt": {
"sourceDir": "dist",
"run": {
"startUrl": [
"https://www.tribalwars.net"
]
}
},
"dependencies": {
"webext-options-sync": "^4.0.0"
}
}