File size: 480 Bytes
3722089 | 1 2 3 4 5 6 7 8 9 10 11 | {
"name": "postiz-extension",
"version": "2.0.0",
"description": "Postiz browser extension for cookie-based platform authentication",
"scripts": {
"build": "rm -rf dist && vite build && cp manifest.json dist/manifest.json && cd dist && zip -r ../extension.zip .",
"dev": "rm -rf dist && HOT_RELOAD_EXTENSION_VITE_PORT=8081 NODE_ENV=development dotenv -e ../../.env -- vite build --config vite.config.chrome.ts --mode development --watch"
},
"type": "module"
}
|