11 lines
237 B
JSON
11 lines
237 B
JSON
{
|
|
"name": "opportunities-extension",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node scripts/build.mjs",
|
|
"check": "node --check src/content.js && node scripts/build.mjs --check"
|
|
}
|
|
}
|