20 lines
390 B
JSON
20 lines
390 B
JSON
{
|
|
"alias": "hanli-idle.phar",
|
|
"main": "bin/game",
|
|
"output": "build/hanli-idle.phar",
|
|
"directories": [
|
|
"src",
|
|
"vendor"
|
|
],
|
|
"files": [
|
|
"src/Data/items.php",
|
|
"src/Data/maps.php",
|
|
"src/Data/npcs.php",
|
|
"src/Data/talents.php"
|
|
],
|
|
"compression": "GZ",
|
|
"git": "phar-version",
|
|
"chmod": "0755",
|
|
"stub": true
|
|
}
|