12345678910111213141516171819202122232425262728293031 |
- {
- "schemaVersion": 1,
- "id": "completeconfig",
- "version": "${version}",
- "name": "CompleteConfig",
- "description": "Configuration library",
- "contact": {
- "email": "lortseam@gmail.com",
- "homepage": "https://gitlab.com/Lortseam/completeconfig",
- "sources": "https://gitlab.com/Lortseam/completeconfig",
- "issues": "https://gitlab.com/Lortseam/completeconfig/-/issues"
- },
- "authors": [
- "Lortseam"
- ],
- "license": "Apache-2.0",
- "environment": "*",
- "entrypoints": {
- "main": [
- "me.lortseam.completeconfig.CompleteConfig"
- ]
- },
- "depends": {
- "fabricloader": ">=0.9.0"
- },
- "suggests": {
- "cloth-config2": "*"
- }
- }
|