package.jsonā¢1.33 kB
{
"private": true,
"name": "repomix",
"description": "A browser extension that adds a Repomix button to GitHub repositories",
"scripts": {
"prepare": "wxt prepare",
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:chrome": "wxt build -b chrome",
"build:firefox": "wxt build -b firefox",
"build:edge": "wxt build -b edge",
"build-all": "npm run build:chrome && npm run build:firefox && npm run build:edge",
"zip": "wxt zip",
"zip:chrome": "wxt zip -b chrome",
"zip:firefox": "wxt zip -b firefox",
"zip:edge": "wxt zip -b edge",
"generate-icons": "tsx scripts/generate-icons.ts",
"lint": "npm run lint-tsc",
"lint-tsc": "tsgo --noEmit",
"test": "vitest",
"archive": "git archive HEAD -o ./storage/source.zip"
},
"keywords": [
"chrome",
"extension",
"firefox",
"addon",
"repomix",
"github",
"documentation"
],
"author": "yamadashy",
"license": "MIT",
"devDependencies": {
"@types/chrome": "^0.1.22",
"@types/node": "^24.7.0",
"@typescript/native-preview": "^7.0.0-dev.20251006.1",
"jsdom": "^27.0.0",
"sharp": "^0.34.4",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"vitest": "^3.2.4",
"wxt": "^0.20.11"
},
"engines": {
"node": ">=24.0.1"
}
}