Replace minimist, convert build scripts to ES modules + misc refactoring

This commit is contained in:
hensm
2022-08-19 03:09:59 +01:00
parent 170b80283d
commit a186570dc8
17 changed files with 702 additions and 505 deletions

View File

@@ -1,4 +1,5 @@
{
"type": "module",
"scripts": {
"build": "node bin/build.js",
"package": "node bin/build.js --package",
@@ -19,6 +20,7 @@
"ts-loader": "^9.2.8",
"typescript": "^4.6.3",
"uuid": "^8.3.2",
"web-ext": "^6.8.0"
"web-ext": "^6.8.0",
"yargs": "^17.5.1"
}
}