ableton-detect
Version:
Get information from installed Ableton Live instances
35 lines (34 loc) • 741 B
JSON
{
"name": "ableton-detect",
"version": "0.0.9",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/stonegray/ableton-detect.git"
},
"author": "stonegray",
"license": "GPL-3.0",
"type": "module",
"bugs": {
"url": "https://github.com/stonegray/ableton-detect/issues"
},
"homepage": "https://github.com/stonegray/ableton-detect#readme",
"description": "Get information from installed Ableton Live instances",
"keywords": [
"Ableton",
"als",
"Live"
],
"os": [
"darwin"
],
"engines": {
"node": ">=15.0"
},
"dependencies": {
"@stonegray/ableton-detect": "0.0.8"
}
}