17 lines
399 B
JSON
17 lines
399 B
JSON
{
|
|
"name": "moltmobile-gateway",
|
|
"version": "0.2.0",
|
|
"description": "MoltMobile - Voice-enabled mobile extension for Molt",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"dev": "node --watch server.js"
|
|
},
|
|
"keywords": ["molt", "voice", "mobile", "gateway", "minimax"],
|
|
"author": "Johan Jongsma",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ws": "^8.14.2"
|
|
}
|
|
}
|