Files
flying-jib/pear.json
T
2026-07-30 23:18:12 -04:00

26 lines
447 B
JSON

{
"name": "flying-jib",
"type": "terminal",
"pre": false,
"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>"]
}
}