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