Migra dal codice salvato in locale al codice condiviso
This commit is contained in:
35
package.json
Normal file
35
package.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "meb",
|
||||
"version": "1.5.0",
|
||||
"description": "Il plugin personalizzato realizzato dal MEB per tener traccia dei log della barca, implementare previsioni meteo e molto altro.",
|
||||
"main": "plugin/index.cjs",
|
||||
"keywords": [
|
||||
"signalk-node-server-plugin",
|
||||
"signalk-category-utility",
|
||||
"signalk-plugin"
|
||||
],
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"enabled": {
|
||||
"type": "boolean",
|
||||
"title": "Abilita plugin",
|
||||
"default": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"signalk-plugin-enabled-by-default": true,
|
||||
"signalk": {
|
||||
"displayName": "MEB"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.12.2",
|
||||
"dotenv": "^17.2.3",
|
||||
"form-data": "^4.0.5",
|
||||
"fs": "0.0.1-security",
|
||||
"i": "^0.3.7",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"node-telegram-bot-api": "^0.66.0",
|
||||
"path": "^0.12.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user