-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 802 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 802 Bytes
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
39
{
"name": "audionote",
"version": "1.2.0",
"description": "Local-first music catalog, annotation, and timestamp marking tool",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"engines": {
"node": ">=22.5.0"
},
"license": "MIT",
"author": "LIBCSystems LLC",
"homepage": "https://audionote.je9.us",
"repository": {
"type": "git",
"url": "https://github.com/LIBCSYS/AudioNote.git"
},
"bugs": {
"url": "https://github.com/LIBCSYS/AudioNote/issues"
},
"keywords": [
"music",
"audio",
"annotation",
"timestamps",
"catalog",
"local-first",
"sqlite",
"self-hosted"
],
"dependencies": {
"express": "^4.18.2",
"music-metadata": "7.14.0"
},
"optionalDependencies": {
"better-sqlite3": "^9.6.0"
}
}