lx-music-api-server/package.json
lerdb c175312307
chore: [release] release v2.0.0
此项目可能长期处于停更状态,但是如果你有好的想法也欢迎提交pr,我会在review后合并
2025-03-18 19:35:00 +08:00

14 lines
440 B
JSON

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