{ "version": "4.11.0", "name": "ontime-types", "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", "private": true, "description": "shared typings for ontime", "scripts": { "lint": "oxlint --quiet --type-aware", "typecheck": "tsc --noEmit", "build": "tsc" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "typescript": "catalog:", "ts-essentials": "catalog:" } }