Yet another node module! Parses the Logic Pro(*logic) File to extract the basic info.
"The Project is Under Construction!!"
const logicParser = require('logic-parser');
logicParser.parseFile('PATH/TO/THE/PROJECT').then((res) => {
console.log(res.getTracks());
})