mirror of
https://github.com/jambonz/jambonz-echo-test.git
synced 2025-12-19 05:17:49 +00:00
21 lines
421 B
JSON
21 lines
421 B
JSON
{
|
|
"name": "jambonz-echo-test",
|
|
"version": "0.0.1",
|
|
"description": "jambonz websocket application",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app",
|
|
"jslint": "eslint app.js lib"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jambonz/node-client-ws": "^0.1.13",
|
|
"pino": "^8.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.35.0",
|
|
"eslint-plugin-promise": "^6.1.1"
|
|
}
|
|
}
|