-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 912 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "nixmac",
"private": true,
"workspaces": [
"apps/native",
"packages/*"
],
"type": "module",
"scripts": {
"check": "oxlint .",
"dev": "bun -F native dev",
"desktop:dev": "bun -F native desktop:dev",
"desktop:build": "bun -F native desktop:build",
"postinstall": "bun2nix -o bun.nix",
"release": "release-it",
"test:e2e": "bun -F native test:e2e",
"test:e2e:ui": "bun -F native test:e2e:ui",
"test:e2e:install": "bun -F native test:e2e:install",
"knip": "knip"
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^25.6.0",
"bun2nix": "^2.0.6",
"danger": "^12.3.3",
"knip": "^6.11.0",
"oxlint": "^1.0.0",
"release-it": "^19.0.3",
"typescript": "^6.0.3",
"ultracite": "6.4.0"
},
"packageManager": "bun@1.3.2",
"version": "0.22.0",
"dependencies": {
"effect": "^4.0.0-beta.62"
}
}