Files
flying-jib/pear.json
T
2026-07-31 02:05:43 -04:00

24 lines
409 B
JSON

{
"name": "flying-jib",
"stage": {
"ignore": [
".git",
".github",
".gitignore",
"node_modules",
"out",
"test",
"living_docs",
"developer_docs",
"user_docs",
"agent",
"*.md"
]
},
"multisig": {
"namespace": "flying-jib/flying-jib",
"quorum": 2,
"publicKeys": ["<PUBKEY_HERE>", "<PUBKEY_HERE>", "<PUBKEY_HERE>"]
}
}