search-with-chatgpt-powered.../package.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"
}
}