{ "name": "xr18-midi", "version": "1.0.0", "main": "dist/index.js", "scripts": { "start": "node dist/index.js", "dev": "tsc-watch --onSuccess \"npm start\"" }, "author": "Rik Berkelder (https://riksolo.com)", "license": "ISC", "description": "", "type": "module", "devDependencies": { "@types/node": "^25.0.10", "tsc-watch": "^7.2.0", "typescript": "^5.9.3" }, "dependencies": { "easymidi": "^3.1.0", "osc": "^2.4.5", "osc-js": "^2.4.1", "ts-osc": "^0.3.2" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }