mirror of
https://github.com/planetrenox/inzerosight.git
synced 2026-03-17 03:01:02 +00:00
23 lines
535 B
JSON
23 lines
535 B
JSON
{
|
|
"name": "inzerosight",
|
|
"version": "2.2.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "TARGET=firefox vite",
|
|
"build:web": "TARGET=web vite build",
|
|
"build:firefox": "TARGET=firefox vite build",
|
|
"build:chrome": "TARGET=chrome vite build",
|
|
"build": "bun run build:firefox && bun run build:chrome"
|
|
},
|
|
"dependencies": {
|
|
"zwus": "2.2.0",
|
|
"blakejs": "1.2.1",
|
|
"generic-speck": "1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^6.3.5",
|
|
"vite-plugin-web-extension": "^4.5.0"
|
|
}
|
|
}
|