33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"name": "reels-master",
|
|
"version": "1.2.1",
|
|
"description": "Chrome extension for Instagram Reels with volume control and download functionality",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "BROWSER=chrome BUILD_ENTRY=background vite build && BROWSER=chrome BUILD_ENTRY=content vite build --watch",
|
|
"dev:firefox": "BROWSER=firefox BUILD_ENTRY=background vite build && BROWSER=firefox BUILD_ENTRY=content vite build --watch",
|
|
"build": "pnpm build:chrome && pnpm build:firefox",
|
|
"build:chrome": "BROWSER=chrome BUILD_ENTRY=background vite build && BROWSER=chrome BUILD_ENTRY=content vite build",
|
|
"build:firefox": "BROWSER=firefox BUILD_ENTRY=background vite build && BROWSER=firefox BUILD_ENTRY=content vite build",
|
|
"bundle": "vite build && node scripts/bundle.js",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@10.15.0",
|
|
"devDependencies": {
|
|
"@types/adm-zip": "^0.5.7",
|
|
"@types/chrome": "^0.1.35",
|
|
"@types/node": "^25.0.9",
|
|
"@types/webextension-polyfill": "^0.12.4",
|
|
"@vitejs/plugin-react": "^5.1.2",
|
|
"adm-zip": "^0.5.16",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.3.1"
|
|
},
|
|
"dependencies": {
|
|
"webextension-polyfill": "^0.12.0"
|
|
}
|
|
}
|