-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 599 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 599 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "gitwand",
"version": "3.5.0",
"private": true,
"description": "Git's magic wand — automatic conflict resolution and smart merge tools",
"author": "Laurent Guitton <lb.guitton@gmail.com>",
"license": "MIT",
"packageManager": "pnpm@11.9.0",
"engines": {
"node": ">=22.13.0",
"pnpm": ">=11"
},
"scripts": {
"build": "pnpm -r run build",
"test": "pnpm -r run test",
"lint": "pnpm -r run lint",
"clean": "pnpm -r run clean",
"postinstall": "node scripts/fix-spawn-helper.mjs"
},
"devDependencies": {
"@tauri-apps/cli": "^2.11.4"
}
}