lx-music-api-server/package.json
2024-04-15 03:04:50 +08:00

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