12 lines
363 B
JSON
12 lines
363 B
JSON
{
|
|
"name": "opportunities-extension",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node scripts/build.mjs",
|
|
"check": "node --check src/content.js && node --check src/background.js && node tests/consumptionTrend.test.cjs && node scripts/build.mjs --check",
|
|
"test": "node tests/consumptionTrend.test.cjs"
|
|
}
|
|
}
|