{ "name": "@altricade/desktop", "version": "0.0.0", "private": true, "type": "module", "scripts": { "typecheck": "tsc --noEmit", "lint": "eslint ." }, "dependencies": { "@altricade/core": "workspace:^" } }