mirror of
https://github.com/factoriolib/flib.git
synced 2025-09-06 03:48:16 +00:00
20 lines
648 B
JSON
20 lines
648 B
JSON
{
|
|
"name": "flib",
|
|
"version": "0.16.4",
|
|
"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": "2.0",
|
|
"dependencies": [ "base >= 2.0.0" ],
|
|
"package": {
|
|
"git_publish_branch": "master",
|
|
"ignore": [ "crowdin.yml", "imgui.ini", "stylua.toml", "tests", "graphics/slots.xcf" ],
|
|
"scripts": {
|
|
"prepublish": "factorio-crowdin-sync"
|
|
},
|
|
"sync_portal_details": true
|
|
}
|
|
}
|