mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-05-23 19:17:41 +08:00
14 lines
448 B
JSON
14 lines
448 B
JSON
{
|
|
"name": "lx-music-api-server",
|
|
"version": "2.0.0.beta-12",
|
|
"description": "一个适配 LX Music 的 API 后端实现",
|
|
"scripts": {
|
|
"dev": "python run.py development",
|
|
"prod": "python run.py production",
|
|
"install": "pip install -r requirements.txt",
|
|
"poetry:install": "poetry install",
|
|
"poetry:development": "poetry run python run.py development",
|
|
"poetry:production": "poetry run python run.py production"
|
|
}
|
|
}
|