Add the reusable RMS core application (server, web UI, plugins, tests, tools) with generic defaults, GPL licensing, and maintainer context documentation so deployments can consume this repo as software source independent of station-specific overlays.
22 lines
521 B
JSON
22 lines
521 B
JSON
{
|
|
"name": "remotestation-arcg",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Neue ARCG Weboberflaeche fuer die Amateurfunk-Remotestation",
|
|
"main": "server/index.js",
|
|
"scripts": {
|
|
"start": "node server/index.js",
|
|
"dev": "node server/index.js",
|
|
"prod": "node server/index.js",
|
|
"test": "node --test",
|
|
"migrate:json-to-sqlite": "node tools/migrate-json-to-sqlite.js"
|
|
},
|
|
"dependencies": {
|
|
"nodemailer": "^8.0.1",
|
|
"ws": "^8.19.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|