mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 02:24:17 +00:00
40 lines
889 B
JSON
Executable File
40 lines
889 B
JSON
Executable File
{
|
|
"name": "linebridge",
|
|
"version": "0.7.1",
|
|
"description": "A simple, fast, and powerful API interface library",
|
|
"author": "RageStudio",
|
|
"main": "dist/index.js",
|
|
"types": "./modules.d.ts",
|
|
"scripts": {
|
|
"start": "corenode-node ./src/bin/server.js",
|
|
"build": "corenode-cli build --parallel --clean --fix"
|
|
},
|
|
"bin": {
|
|
"linebridge": "./bin/server.js"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"**/**"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"socket.io": "^4.2.0",
|
|
"@corenode/helpers": "^0.28.18",
|
|
"@corenode/utils": "^0.28.18",
|
|
"corenode": "^0.28.18",
|
|
"axios": "^0.22.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1",
|
|
"md5": "^2.3.0",
|
|
"morgan": "^1.10.0",
|
|
"nanoid": "^3.1.28",
|
|
"uuid": "^8.3.2",
|
|
"websocket": "^1.0.34"
|
|
},
|
|
"devDependencies": {
|
|
"express-fileupload": "^1.2.1"
|
|
}
|
|
}
|