lunchpad
Version:
interface for the novation launchpad mini, for node and the browser
43 lines (42 loc) • 996 B
JSON
{
"name": "lunchpad",
"version": "4.0.0",
"description": "interface for the novation launchpad mini, for node and the browser",
"main": "src/indexNode.js",
"browser": "dist/lunchpad.min.js",
"author": "Manuel Ernst <seriousstuff@gmx.de>",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "git@github.com:seriousManual/lunchpad.git"
},
"scripts": {
"prepublish": "npm run build",
"build": "rollup -c"
},
"keywords": [
"novation",
"launchpad",
"launchpad mini",
"midi",
"webmidiapi",
"browser",
"node"
],
"dependencies": {
"eventemitter3": "^5.0.1",
"midi": "^2.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.1.2",
"@types/midi": "^2.0.3",
"@types/webmidi": "^2.1.0",
"rollup": "^4.32.0",
"tslib": "^2.8.1",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
}
}