Files
open-design/apps/desktop/package.json
T
Zakaria a46764fb1b
ci / Validate workspace (push) Has been cancelled
landing-page-ci / Validate landing page (push) Has been cancelled
landing-page-deploy / Deploy landing page (push) Has been cancelled
github-metrics / Generate repository metrics SVG (push) Has been cancelled
refresh-contributors-wall / Refresh contributors wall cache bust (push) Waiting to run
first-commit
2026-05-04 14:58:14 -04:00

34 lines
710 B
JSON

{
"name": "@open-design/desktop",
"version": "0.3.0",
"private": true,
"type": "module",
"main": "./dist/main/index.js",
"files": [
"dist"
],
"exports": {
"./main": {
"types": "./dist/main/index.d.ts",
"default": "./dist/main/index.js"
}
},
"scripts": {
"build": "tsc -p tsconfig.json",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@open-design/platform": "workspace:0.3.0",
"@open-design/sidecar": "workspace:0.3.0",
"@open-design/sidecar-proto": "workspace:0.3.0"
},
"devDependencies": {
"@types/node": "24.12.2",
"electron": "41.3.0",
"typescript": "6.0.3"
},
"engines": {
"node": "~24"
}
}