Files
tono/package.json
2026-03-23 17:03:36 -07:00

18 lines
493 B
JSON

{
"name": "argonode",
"private": true,
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"scripts": {
"postinstall": "npm --prefix frontend install",
"dev": "npm --prefix frontend run dev",
"build": "npm --prefix frontend run build",
"preview": "npm --prefix frontend run preview",
"backend": "python -m backend.main",
"desktop": "python desktop.py",
"build:desktop": "powershell -ExecutionPolicy Bypass -File scripts\\build-desktop.ps1"
}
}