mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-03 06:28:01 +00:00
27 lines
593 B
JSON
27 lines
593 B
JSON
{
|
|
"name": "@getontime/cli",
|
|
"version": "4.4.1",
|
|
"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"
|
|
],
|
|
"devDependencies": {
|
|
"eslint": "catalog:",
|
|
"eslint-config-prettier": "catalog:",
|
|
"prettier": "catalog:"
|
|
}
|
|
} |