lx-music-api-server/package.json
2024-11-17 20:57:16 +08:00

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"
}
}