mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-06-29 17:05:11 +08:00
22 lines
587 B
JSON
22 lines
587 B
JSON
{
|
|
"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",
|
|
"serve": "node sub-store.js",
|
|
"build": "curl -X POST -s --data-urlencode 'input@sub-store.js' https://javascript-minifier.com/raw > sub-store.min.js"
|
|
},
|
|
"author": "",
|
|
"license": "GPL",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"express": "^4.17.1",
|
|
"request": "^2.88.2"
|
|
},
|
|
"devDependencies": {
|
|
"axios": "^0.20.0"
|
|
}
|
|
}
|