initialize generic rms-software repository
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.
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user