KDE Plasma Widget for displaying real time arrivals for MARTA buses.
kde
plasma
marta
transit
475 B
16 lines
1{
2 "name": "marta-bus-arrivals",
3 "private": true,
4 "version": "0.1.0",
5 "type": "module",
6 "scripts": {
7 "test": "node --test tests/node/*.test.mjs",
8 "test:qml": "qmltestrunner -platform offscreen -input tests/qml",
9 "format:check": "node scripts/check-qml-format.mjs",
10 "lint:qml": "qmllint contents/ui/main.qml contents/ui/components/*.qml contents/ui/config/*.qml",
11 "package": "node scripts/package.mjs"
12 },
13 "engines": {
14 "node": ">=20"
15 }
16}