Initial commit

This commit is contained in:
Paulo Porto
2026-08-25 10:54:43 -03:00
commit 04d0d21760
11 changed files with 7883 additions and 0 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "opportunities-extension",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "node scripts/build.mjs",
"check": "node --check src/content.js && node scripts/build.mjs --check"
}
}