UNPKG

wise-eyes-core

Version:

Web server to monitor the status of owlcms

57 lines (56 loc) 1.42 kB
{ "name": "wise-eyes-core", "version": "1.2.0", "description": "Web server to monitor the status of owlcms", "keywords": [ "feed", "livestream", "monitor", "obs", "owlcms", "vMix", "watch", "weightlifting" ], "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc --pretty -p tsconfig.json", "dev": "tsx watch src/index.ts", "lint": "concurrently \"npm:lint:*\"", "lint:eslint": "npx eslint .", "lint:ts": "tsc --noEmit --pretty -p tsconfig.json", "prepublish": "npm run build", "start": "node dist/index.js", "test": "npm run lint" }, "author": { "name": "Scott González", "email": "scott.gonzalez@gmail.com", "url": "http://scottgonzalez.com" }, "license": "ISC", "dependencies": { "cors": "^2.8.5", "deep-equal": "^2.2.3", "express": "^4.21.1", "express-ws": "^5.0.2", "klona": "^2.0.6", "ws": "^8.18.0" }, "devDependencies": { "@tsconfig/node20": "^20.1.4", "@types/cors": "^2.8.17", "@types/deep-equal": "^1.0.4", "@types/express": "^4.17.21", "@types/express-ws": "^3.0.5", "@types/node": "^20.11.30", "@typescript-eslint/eslint-plugin": "^8.8.1", "@typescript-eslint/parser": "^8.8.1", "concurrently": "^9.0.1", "eslint": "^8.57.1", "ts-node": "^10.9.2", "tsx": "^4.19.2", "typescript": "^5.4.3" } }