a06c4f009f
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
16 lines
498 B
JSON
16 lines
498 B
JSON
{
|
|
"name": "fabledcurator-extension",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Firefox extension for FabledCurator",
|
|
"scripts": {
|
|
"lint": "web-ext lint --source-dir=.",
|
|
"start": "web-ext run --source-dir=. --firefox=firefox",
|
|
"build": "web-ext build --source-dir=. --overwrite-dest",
|
|
"sign": "web-ext sign --source-dir=. --channel=unlisted --api-key=$WEB_EXT_API_KEY --api-secret=$WEB_EXT_API_SECRET"
|
|
},
|
|
"devDependencies": {
|
|
"web-ext": "^8.0.0"
|
|
}
|
|
}
|