2023-04-30 16:36:07 +03:00
|
|
|
{
|
|
|
|
"name": "leon-nodejs-bridge",
|
|
|
|
"description": "Leon's Node.js bridge to communicate between the core and skills made with JavaScript",
|
2023-05-01 18:01:46 +03:00
|
|
|
"main": "dist/bin/leon-nodejs-bridge.js",
|
2023-04-30 16:36:07 +03:00
|
|
|
"author": {
|
|
|
|
"name": "Louis Grenard",
|
|
|
|
"email": "louis@getleon.ai",
|
|
|
|
"url": "https://twitter.com/grenlouis"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://getleon.ai",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/leon-ai/leon/issues"
|
2023-05-06 15:21:24 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-05-09 16:39:18 +03:00
|
|
|
"axios": "1.4.0",
|
|
|
|
"lowdb": "6.0.1"
|
2023-04-30 16:36:07 +03:00
|
|
|
}
|
|
|
|
}
|