build: add Firefox development foundation

This commit is contained in:
golem
2026-07-29 16:13:35 -06:00
parent db4f65f5e6
commit 457d979fb2
9 changed files with 4273 additions and 22 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "search-with-chatgpt-powered-by-openai-extension",
"version": "1.0.0",
"private": true,
"description": "Development tooling for the Search with ChatGPT Firefox extension.",
"engines": {
"node": ">=22"
},
"scripts": {
"dev": "web-ext run",
"lint": "web-ext lint",
"build": "web-ext build",
"test": "npm run lint && npm run build"
},
"devDependencies": {
"web-ext": "10.5.0"
}
}