Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 21 lines 588 B view raw
1{ 2 "name": "ableton-reference-analyzer", 3 "version": "0.1.0", 4 "type": "module", 5 "private": true, 6 "description": "Tools to analyze Ableton Live .als (unzipped XML) project structure vs a blank template for aesthetic computer timeline reconstruction.", 7 "scripts": { 8 "analyze": "node analyze-ableton.mjs", 9 "run-full": "node run-full-track.mjs", 10 "timeline": "node timeline.mjs" 11 }, 12 "bin": { 13 "ableton-sim": "./simulate-ableton.mjs" 14 }, 15 "dependencies": { 16 "blessed": "^0.1.81", 17 "chalk": "^5.3.0", 18 "pretty-bytes": "^6.1.1", 19 "saxes": "^6.0.0" 20 } 21}