Initialized front end

This commit is contained in:
Peng-YM
2020-08-19 16:15:18 +08:00
parent 2e44cc27df
commit 59be833c5e
15 changed files with 14750 additions and 535 deletions

11
backend/package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "sub-store-backend",
"version": "0.0.1",
"description": "Advanced Subscription Manager for QX, Loon, and Surge.",
"main": "sub-store.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL"
}