Aleksei-bird 7c9c708c92 Первый фикс
Пачки некоторых позиций увеличены
2024-03-01 20:54:33 +03:00

20 lines
627 B
JSON

{
"name": "flib",
"version": "0.13.0",
"title": "Factorio Library",
"author": "raiguard, Optera, justarandomgeek, Nexela",
"contact": "https://github.com/factoriolib/flib",
"homepage": "https://github.com/factoriolib/flib",
"description": "A set of high-quality, commonly-used utilities for creating Factorio mods.",
"factorio_version": "1.1",
"dependencies": [ "base >= 1.1.80" ],
"package": {
"git_publish_branch": "master",
"ignore": [ "crowdin.yml", "imgui.ini", "stylua.toml", "tests" ],
"scripts": {
"prepublish": "factorio-crowdin-sync"
},
"sync_portal_details": true
}
}