Files
Sub-Store/backend/package.json

66 lines
2.0 KiB
JSON
Raw Normal View History

2020-08-19 16:15:18 +08:00
{
2022-05-23 18:33:16 +08:00
"name": "sub-store",
2024-11-20 14:28:05 +08:00
"version": "2.14.425",
2022-05-23 18:33:16 +08:00
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
"main": "src/main.js",
2020-08-19 16:15:18 +08:00
"scripts": {
"preinstall": "npx only-allow pnpm",
2022-06-16 14:24:26 +08:00
"test": "gulp peggy && npx cross-env BABEL_ENV=test mocha src/test/**/*.spec.js --require @babel/register --recursive",
2022-05-24 21:35:23 +08:00
"serve": "node sub-store.min.js",
"start": "nodemon -w src -w package.json --exec babel-node src/main.js",
2024-02-03 21:30:27 +08:00
"dev:esbuild": "nodemon -w src -w package.json dev-esbuild.js",
2024-02-11 01:10:01 +08:00
"dev:run": "nodemon -w sub-store.min.js sub-store.min.js",
2023-08-28 19:00:59 +08:00
"build": "gulp",
"bundle": "node bundle.js",
"changelog": "conventional-changelog -p cli -i CHANGELOG.md -s"
2020-08-19 16:15:18 +08:00
},
2022-05-23 18:33:16 +08:00
"author": "Peng-YM",
"license": "GPL-3.0",
2020-08-19 16:18:48 +08:00
"dependencies": {
"@maxmind/geoip2-node": "^5.0.0",
"automerge": "1.0.1-preview.7",
2020-08-19 16:18:48 +08:00
"body-parser": "^1.19.0",
"buffer": "^6.0.3",
"connect-history-api-fallback": "^2.0.0",
"cron": "^3.1.6",
"dns-packet": "^5.6.1",
2020-08-19 16:18:48 +08:00
"express": "^4.17.1",
2023-12-12 22:52:50 +08:00
"http-proxy-middleware": "^2.0.6",
"ip-address": "^9.0.5",
2022-05-23 18:33:16 +08:00
"js-base64": "^3.7.2",
"jsrsasign": "^11.1.0",
"lodash": "^4.17.21",
2024-10-31 22:31:19 +08:00
"ms": "^2.1.3",
"nanoid": "^3.3.3",
2022-05-23 18:33:16 +08:00
"request": "^2.88.2",
2024-10-31 22:31:19 +08:00
"static-js-yaml": "^1.0.0"
2020-09-09 20:30:25 +08:00
},
"devDependencies": {
2022-05-24 21:20:26 +08:00
"@babel/core": "^7.18.0",
2022-05-24 21:35:23 +08:00
"@babel/node": "^7.17.10",
2022-05-24 21:20:26 +08:00
"@babel/preset-env": "^7.18.0",
"@babel/register": "^7.17.7",
"@types/gulp": "^4.0.9",
"axios": "^0.21.2",
2022-06-16 14:24:26 +08:00
"babel-plugin-relative-path-import": "^2.0.1",
2022-05-24 21:20:26 +08:00
"babelify": "^10.0.0",
"browser-pack-flat": "^3.4.2",
2022-05-23 18:33:16 +08:00
"browserify": "^17.0.0",
"chai": "^4.3.6",
2023-12-10 09:32:56 +08:00
"esbuild": "^0.19.8",
2022-05-24 21:49:56 +08:00
"eslint": "^8.16.0",
2022-05-24 21:20:26 +08:00
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
2022-05-24 21:49:56 +08:00
"gulp-eslint-new": "^1.4.4",
"gulp-file": "^0.4.0",
2022-05-24 21:20:26 +08:00
"gulp-header": "^2.0.9",
"gulp-prettier": "^4.0.0",
"gulp-tap": "^2.0.0",
"mocha": "^10.0.0",
2022-05-24 21:35:23 +08:00
"nodemon": "^2.0.16",
"peggy": "^2.0.1",
2022-05-24 21:20:26 +08:00
"prettier": "2.6.2",
"prettier-plugin-sort-imports": "^1.6.1",
2022-05-23 18:33:16 +08:00
"tinyify": "^3.0.0"
2020-08-19 16:18:48 +08:00
}
2024-07-08 02:51:21 +08:00
}