mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-14 21:23:40 +01:00
15 lines
359 B
JSON
15 lines
359 B
JSON
{
|
|
"name": "@yaakapp-internal/plugin-runtime",
|
|
"scripts": {
|
|
"bootstrap": "npm run build",
|
|
"build": "run-p build:*",
|
|
"build:main": "esbuild src/index.ts --bundle --platform=node --outfile=../../src-tauri/vendored/plugin-runtime/index.cjs"
|
|
},
|
|
"dependencies": {
|
|
"ws": "^8.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ws": "^8.5.13"
|
|
}
|
|
}
|