Files
ontime/apps/cli/package.json
T
2026-05-11 19:55:33 +02:00

23 lines
401 B
JSON

{
"name": "@getontime/cli",
"version": "4.8.0",
"author": "Carlos Valente",
"description": "Time keeping for live events",
"repository": "https://github.com/cpvalente/ontime",
"keywords": [
"lighdev",
"ontime",
"timer"
],
"license": "AGPL-3.0-only",
"main": "main.js",
"bin": {
"ontime": "main.js"
},
"files": [
"client",
"external",
"server"
]
}