mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 10:34:17 +00:00
added bin
This commit is contained in:
parent
751ba7956b
commit
b8e7c113f0
@ -1,9 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "linebridge",
|
"name": "linebridge",
|
||||||
"version": "0.18.2",
|
"version": "0.18.3",
|
||||||
"description": "API Framework for RageStudio backends",
|
"description": "API Framework for RageStudio backends",
|
||||||
"author": "RageStudio",
|
"author": "RageStudio",
|
||||||
"main": "./dist/client/index.js",
|
"main": "./dist/client/index.js",
|
||||||
|
"bin": {
|
||||||
|
"linebridge-boot": "./bin/boot.js"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "hermes-node ./src/bin/server.js",
|
"start": "hermes-node ./src/bin/server.js",
|
||||||
"build": "hermes build --parallel --clean",
|
"build": "hermes build --parallel --clean",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user