mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-10-31 05:41:09 +08:00
26 lines
702 B
JSON
26 lines
702 B
JSON
{
|
|
"name": "sub-store",
|
|
"version": "1.5",
|
|
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
|
|
"main": "src/main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"serve": "node src/main.js",
|
|
"build": "browserify -p tinyify src/main.js > bundle && cat banner bundle > sub-store.min.js && rm bundle"
|
|
},
|
|
"author": "Peng-YM",
|
|
"license": "GPL",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"express": "^4.17.1",
|
|
"js-base64": "^3.7.2",
|
|
"request": "^2.88.2",
|
|
"static-js-yaml": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"axios": "^0.20.0",
|
|
"browserify": "^17.0.0",
|
|
"tinyify": "^3.0.0"
|
|
}
|
|
}
|