-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 816 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 816 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
{
"name": "pomp-downstream",
"description": "Patch-based Oh My Pi fork that installs side-by-side as pomp with a separate profile, upstream auto-sync, and a braille gym-terminal splash.",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/lyc-aon/pomp.git"
},
"homepage": "https://github.com/lyc-aon/pomp#readme",
"bugs": {
"url": "https://github.com/lyc-aon/pomp/issues"
},
"scripts": {
"build": "scripts/build-pomp.sh",
"patch:check": "scripts/build-pomp.sh --patch-only",
"patch:refresh": "scripts/refresh-patch-stack.sh",
"sync:check": "scripts/sync-upstream.sh",
"upstream:lock": "node scripts/update-upstream-lock.mjs",
"install:local": "scripts/install-local.sh"
},
"engines": {
"bun": ">=1.3.14"
}
}