lx-music-api-server/package.json
2024-10-09 19:45:09 +08:00

13 lines
485 B
JSON

{
"name": "lx-music-api-server",
"version": "2.0.0.beta-12",
"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"
}
}