-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 845 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "ableton-live-realtime-changes",
"version": "0.0.42",
"description": "Ableton - Realtime Changes Hack - Live Live Diff (...live)",
"main": "index.mts",
"repository": "https://github.com/JohnnyMarnell/ableton-live-realtime-changes",
"author": "Johnny Marnell https://github.com/JohnnyMarnell",
"license": "MIT",
"homepage": "https://johnnymarnell.github.io/",
"scripts": {
"start": "tsx index.mts"
},
"keywords": [
"ableton",
"live",
"realtime",
"changes",
"hack",
"diff",
"updates",
"als",
"XML",
"DAW",
"fs",
"watch",
"chokidar"
],
"devDependencies": {
"@tsconfig/node20": "^20.1.2",
"@types/node": "^20.12.2",
"tsx": "^4.7.1",
"typescript": "^5.4.2"
},
"dependencies": {
"chokidar": "^3.6.0",
"fs": "^0.0.1-security"
}
}