mirror of
https://github.com/obsqrbtz/goose-highlighter.git
synced 2026-04-08 20:19:06 +03:00
21 lines
622 B
JSON
21 lines
622 B
JSON
{
|
|
"devDependencies": {
|
|
"@eslint/css": "^0.9.0",
|
|
"@eslint/js": "^9.30.0",
|
|
"@semantic-release/changelog": "^6.0.3",
|
|
"@semantic-release/exec": "^7.1.0",
|
|
"@semantic-release/git": "^10.0.1",
|
|
"@types/chrome": "^0.0.270",
|
|
"eslint": "^9.30.0",
|
|
"globals": "^16.2.0",
|
|
"semantic-release": "^24.2.9",
|
|
"typescript": "^5.6.0"
|
|
},
|
|
"scripts": {
|
|
"build": "node scripts/build-content-standalone.js && tsc",
|
|
"watch": "tsc --watch",
|
|
"clean": "rimraf dist",
|
|
"rebuild": "npm run clean && npm run build",
|
|
"prepare": "npm run build && node scripts/update-manifest-version.js"
|
|
}
|
|
} |