Minified backend

This commit is contained in:
Peng-YM
2020-09-09 20:30:25 +08:00
parent 34474c193b
commit 92562dff6c
6 changed files with 260 additions and 35 deletions

View File

@@ -4,7 +4,8 @@
"description": "Advanced Subscription Manager for QX, Loon, and Surge.",
"main": "sub-store.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "curl -X POST -s --data-urlencode 'input@sub-store.js' https://javascript-minifier.com/raw > sub-store.min.js"
},
"author": "",
"license": "GPL",
@@ -12,5 +13,8 @@
"body-parser": "^1.19.0",
"express": "^4.17.1",
"request": "^2.88.2"
},
"devDependencies": {
"axios": "^0.20.0"
}
}