mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 10:34:17 +00:00
added mocha
This commit is contained in:
parent
c890511d77
commit
bea587f56a
@ -6,7 +6,8 @@
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"start": "corenode-node ./src/bin/server.js",
|
||||
"build": "corenode-cli build --parallel --clean --fix && chmod -R 777 ./dist"
|
||||
"build": "corenode-cli build --parallel --clean --fix && chmod -R 777 ./dist",
|
||||
"test": "mocha"
|
||||
},
|
||||
"bin": {
|
||||
"linebridge": "./bin/server.js"
|
||||
@ -31,5 +32,8 @@
|
||||
"nanoid": "^3.1.30",
|
||||
"socket.io": "^4.4.0",
|
||||
"uuid": "^8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "^9.1.3"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user