-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 972 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
39
40
41
42
43
44
{
"name": "sync-music-db",
"version": "1.0.0",
"description": "keep music metadata in sync with a sqlite database",
"main": "index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/misterhat/sync-music-db.git"
},
"keywords": [
"sync",
"music",
"library",
"mp3",
"meta",
"id3",
"sqlite",
"db"
],
"author": "Zorian Medwid <[email protected]>",
"license": "LGPL-3.0+",
"bugs": {
"url": "https://github.com/misterhat/sync-music-db/issues"
},
"homepage": "https://github.com/misterhat/sync-music-db#readme",
"devDependencies": {
"copy-dir": "^1.2.0",
"rimraf": "^3.0.0",
"sqlite": "^3.0.3",
"tape-async": "^2.3.0"
},
"dependencies": {
"audio-extensions": "0.0.0",
"music-metadata": "^6.3.0",
"node-watch": "^0.6.3",
"readdir-enhanced": "^5.1.1"
},
"peerDependencies": {
"sqlite": "^3.0.3"
}
}