mirror of
https://git.zavage.net/Zavage-Software/search-with-chatgpt-powered-by-openai-extension.git
synced 2026-08-10 13:40:29 -06:00
21 lines
504 B
JSON
21 lines
504 B
JSON
{
|
|
"name": "search-with-chatgpt-powered-by-openai-extension",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Development tooling for the Search with ChatGPT Firefox extension.",
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"scripts": {
|
|
"dev": "web-ext run",
|
|
"lint": "web-ext lint",
|
|
"test:unit": "node --test",
|
|
"build": "web-ext build",
|
|
"test": "npm run lint && npm run test:unit && npm run build"
|
|
},
|
|
"devDependencies": {
|
|
"web-ext": "10.5.0"
|
|
}
|
|
}
|