@showbridge/lib
Version:
Main library for showbridge protocol router
58 lines (57 loc) • 1.29 kB
JSON
{
"name": "@showbridge/lib",
"version": "0.17.1",
"description": "Main library for showbridge protocol router",
"main": "dist/lib/index.js",
"type": "module",
"files": [
"dist/lib"
],
"scripts": {
"pretest": "npm run build",
"test": "node --test --experimental-test-coverage",
"prebuild": "rimraf dist/lib",
"prepack": "npm run test",
"build": "tsc",
"build:dev": "tsc"
},
"author": {
"name": "Joel Wetzell",
"email": "me@jwetzell.com",
"url": "https://jwetzell.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jwetzell/showbridge.git"
},
"keywords": [
"show",
"control",
"protocol",
"router",
"theatre"
],
"license": "MIT",
"dependencies": {
"@julusian/midi": "3.6.1",
"ajv": "8.17.1",
"cors": "2.8.5",
"express": "4.21.2",
"lodash-es": "4.17.21",
"mqtt": "5.13.2",
"osc-min": "2.1.1",
"pino": "9.7.0",
"slip": "1.0.2",
"socket.io-client": "4.8.1",
"superagent": "10.2.2",
"ws": "8.18.3"
},
"devDependencies": {
"@showbridge/types": "0.5.0",
"@types/express": "4.17.21",
"@types/node": "24.0.13",
"@types/osc-min": "npm:@2bit/types-osc-min@1.0.1",
"rimraf": "6.0.1",
"typescript": "5.8.3"
}
}