mirror of
https://github.com/cpvalente/ontime.git
synced 2026-07-26 10:38:55 +00:00
23 lines
402 B
JSON
23 lines
402 B
JSON
{
|
|
"name": "@getontime/cli",
|
|
"version": "4.10.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"
|
|
]
|
|
}
|