mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 15:33:59 +00:00
e937af62b1
* chore: upgrade relevant deps * fix: electron app to tray * chore: cleanup dictionary * feat: handle several messages in a event * ux: disable irrelevant buttons in browser * feat: parse and validate subscriptions * feat: create UI for OSC Integration * fix: cleanup logger behaviour * feat: allow OSC settings to be changed at runtime
31 lines
773 B
JSON
31 lines
773 B
JSON
{
|
|
"name": "ontime-utils",
|
|
"type": "module",
|
|
"exports": "./index.ts",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"description": "shared logic for ontime",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "vitest",
|
|
"test:pipeline": "vitest run",
|
|
"cleanup": "rm -rf .turbo && rm -rf node_modules"
|
|
},
|
|
"dependencies": {
|
|
"luxon": "^3.3.0",
|
|
"nanoid": "^4.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/luxon": "^3.2.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.48.1",
|
|
"@typescript-eslint/parser": "^5.48.1",
|
|
"eslint": "^8.31.0",
|
|
"eslint-config-prettier": "^8.6.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-simple-import-sort": "^8.0.0",
|
|
"prettier": "^2.8.3",
|
|
"typescript": "^4.9.4",
|
|
"vitest": "^0.27.1"
|
|
}
|
|
}
|