Start pixabay-sourcer extension

This commit is contained in:
2023-05-05 20:44:09 -06:00
parent fd463606e9
commit 9843113e1e
24 changed files with 298 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "template",
"version": "0.0.0",
"description": "A Firefox extension made with Kisslang",
"main": "index.js",
"scripts": {
"postinstall": "dts2hx --all --noLibWrap"
},
"dependencies": {
"@types/webextension-polyfill": "^0.10.0",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"dts2hx": "^0.19.0"
}
}