mirror of
https://ghproxy.net/https://github.com/aspirepress/aspireupdate-translations.git
synced 2025-10-04 22:20:52 +08:00
41 lines
964 B
JSON
41 lines
964 B
JSON
{
|
|
"name": "afragen/aspireupdate-translations",
|
|
"description": "Translation language packs for Git Updater plugin",
|
|
"type": "library",
|
|
"keywords": [
|
|
"aspireupdate",
|
|
"language packs",
|
|
"translations"
|
|
],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Andy Fragen",
|
|
"email": "andy@thefragens.com",
|
|
"homepage": "https://thefragens.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/afragen/aspireupdate-translations"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/afragen/aspireupdate-translations/issues",
|
|
"source": "https://github.com/afragen/aspireupdate-translations"
|
|
},
|
|
"prefer-stable": true,
|
|
"require": {
|
|
"afragen/language-pack-maker": "dev-master"
|
|
},
|
|
"scripts": {
|
|
"make-language-packs": [
|
|
"php ./vendor/autoload.php"
|
|
],
|
|
"git-add-push": [
|
|
"git add --all && git push -u origin main"
|
|
]
|
|
}
|
|
}
|