mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-05-23 19:17:41 +08:00
13 lines
492 B
JSON
13 lines
492 B
JSON
{
|
|
"name": "lx-music-api-server-python",
|
|
"version": "2.0.0.beta-11",
|
|
"description": "一个适配 LX Music 的 API 后端实现",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "poetry run python poetry_run.py development",
|
|
"prod": "poetry run python poetry_run.py production",
|
|
"development": "poetry run python poetry_run.py development",
|
|
"production": "poetry run python poetry_run.py production",
|
|
"install": "poetry install"
|
|
}
|
|
} |