cleanup & bump version

This commit is contained in:
SrGooglo 2024-09-25 18:41:09 +00:00
parent 1307db3888
commit e7af64983d

View File

@ -1,17 +1,13 @@
{
"name": "linebridge",
"version": "0.20.0",
"version": "0.21.4",
"description": "API Framework for RageStudio backends",
"author": "RageStudio",
"license": "MIT",
"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"
},
@ -20,7 +16,11 @@
"dist/**/**",
"./package.json"
],
"license": "MIT",
"scripts": {
"start": "hermes-node ./src/bin/server.js",
"build": "hermes build --parallel --clean",
"test": "mocha"
},
"dependencies": {
"@foxify/events": "^2.1.0",
"@gullerya/object-observer": "^6.1.3",
@ -33,8 +33,7 @@
"axios-retry": "3.4.0",
"cors": "2.8.5",
"dotenv": "^16.4.4",
"express": "^4.18.3",
"hyper-express": "^6.16.1",
"hyper-express": "^6.16.4",
"ioredis": "^5.3.2",
"md5": "^2.3.0",
"module-alias": "2.2.2",