From b69a318e00ba7add93c04486bb6e61be43c20342 Mon Sep 17 00:00:00 2001 From: Folltoshe Date: Sat, 16 Dec 2023 01:08:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=E9=80=9A=E8=BF=87Npm?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..f65b628 --- /dev/null +++ b/package.json @@ -0,0 +1,9 @@ +{ + "name": "lx-music-api-server-python", + "description": "LX Music Api Server", + "version": "1.2.0-beta.1", + "scripts": { + "dev": "python main.py --env development", + "prod": "python main.py --env production" + } +} diff --git a/pyproject.toml b/pyproject.toml index 11f893d..637519a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lx-music-api-server-python" -version = "1.1.0" +version = "1.2.0-beta.1" description = "一个适配 LX Music 的 API 后端实现" authors = ["helloplhm-qwq"] license = "MIT"