UNPKG

x32-osc

Version:

X32/M32 interface to all OSC parameters and meters

29 lines (28 loc) 798 B
{ "name": "x32-osc", "version": "1.0.0", "description": "X32/M32 interface to all OSC parameters and meters", "main": "index.js", "scripts": { "build": "node ./node_modules/typescript/bin/tsc -p . --diagnostics", "watch": "node ./node_modules/typescript/bin/tsc -p . --diagnostics --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/markschwartzkopf/x32-osc.git" }, "keywords": [ "x32" ], "author": "Mark Schwartzkopf", "license": "MIT", "bugs": { "url": "https://github.com/markschwartzkopf/x32-osc/issues" }, "homepage": "https://github.com/markschwartzkopf/x32-osc#readme", "devDependencies": { "@types/node": "^16.9.4", "typescript": "^4.4.3" } }