2022-07-30 12:24:03 -04:00
|
|
|
{
|
2022-08-08 18:13:21 -04:00
|
|
|
"geode": "v0.2.0",
|
2022-07-30 12:24:03 -04:00
|
|
|
"version": "v1.0.0",
|
|
|
|
"id": "geode.testdep",
|
|
|
|
"name": "Geode Test Dependency",
|
|
|
|
"developer": "Geode Team",
|
|
|
|
"description": "Unit test dependency for Geode",
|
2022-09-12 17:37:25 -04:00
|
|
|
"binary": "TestDependency",
|
|
|
|
"settings": {
|
2022-09-18 17:07:08 -04:00
|
|
|
"its-raining-after-all": {
|
2022-09-12 17:37:25 -04:00
|
|
|
"type": "bool",
|
2022-09-18 17:07:08 -04:00
|
|
|
"name": "It's Raining After All",
|
2022-09-12 17:37:25 -04:00
|
|
|
"default": true
|
2022-09-18 17:07:08 -04:00
|
|
|
},
|
|
|
|
"trapped-in-the-past": {
|
|
|
|
"type": "string",
|
|
|
|
"default": "Ima ima ima ima",
|
|
|
|
"match": "([iI]ma\\s?)*"
|
|
|
|
},
|
|
|
|
"compared-child": {
|
|
|
|
"type": "int",
|
|
|
|
"description": "Kuraberarekko",
|
|
|
|
"default": 2
|
|
|
|
},
|
|
|
|
"even-tears-withered": {
|
|
|
|
"type": "string",
|
|
|
|
"default": ";-;"
|
2022-09-12 17:37:25 -04:00
|
|
|
}
|
|
|
|
}
|
2022-07-30 12:24:03 -04:00
|
|
|
}
|