{ "name": "steelseries-live-scale", "version": "0.1.0", "description": "Highlight the notes of the current Ableton Live scale on a SteelSeries Apex 7 via GameSense", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "bin": { "apex7-scale": "bin/apex7-scale.js" }, "files": [ "bin", "dist/src" ], "scripts": { "build": "tsc", "typecheck": "tsc --noEmit", "prepare": "npm run build", "start": "npm run build && node bin/apex7-scale.js", "stub": "npm run build && node dist/tools/fake-gamesense.js", "test": "npm run build && node dist/test/logic.test.js && node dist/test/live.test.js" }, "engines": { "node": ">=16" }, "license": "MIT", "private": true, "devDependencies": { "@types/node": "^26.2.0", "typescript": "^7.0.2" } }