mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 10:34:17 +00:00
50 lines
1.1 KiB
JSON
Executable File
50 lines
1.1 KiB
JSON
Executable File
{
|
|
"name": "linebridge",
|
|
"version": "0.18.3",
|
|
"description": "API Framework for RageStudio backends",
|
|
"author": "RageStudio",
|
|
"main": "./dist/client/index.js",
|
|
"bin": {
|
|
"linebridge-boot": "./bin/boot.js"
|
|
},
|
|
"scripts": {
|
|
"start": "hermes-node ./src/bin/server.js",
|
|
"build": "hermes build --parallel --clean",
|
|
"test": "mocha"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"src/**/**",
|
|
"dist/**/**",
|
|
"./package.json",
|
|
"boot"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@foxify/events": "^2.1.0",
|
|
"@gullerya/object-observer": "^6.1.3",
|
|
"@socket.io/cluster-adapter": "^0.2.2",
|
|
"@socket.io/redis-adapter": "^8.2.1",
|
|
"@socket.io/redis-emitter": "^5.1.0",
|
|
"@socket.io/sticky": "^1.0.4",
|
|
"axios": "^1.6.7",
|
|
"axios-retry": "3.4.0",
|
|
"cors": "2.8.5",
|
|
"express": "^4.18.3",
|
|
"hyper-express": "^6.14.12",
|
|
"ioredis": "^5.3.2",
|
|
"md5": "^2.3.0",
|
|
"module-alias": "2.2.2",
|
|
"morgan": "1.10.0",
|
|
"socket.io": "^4.7.4",
|
|
"socket.io-client": "4.5.4",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@ragestudio/hermes": "^0.1.0",
|
|
"mocha": "^9.1.3"
|
|
}
|
|
}
|