-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.18 KB
/
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
{
"devDependencies": {
"@types/node": "^17.0.8",
"@types/sqlite3": "^3.1.8",
"@types/winston": "^2.4.4",
"@types/xml2json": "^0.11.4",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"eslint": "^8.6.0",
"eslint-plugin-import": "^2.25.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-scope": "^7.1.0",
"typescript": "^4.5.4"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.46.0",
"@aws-sdk/credential-providers": "^3.46.0",
"@aws-sdk/lib-storage": "^3.46.0",
"fast-xml-parser": "^4.0.1",
"sqlite3": "^4.2.0",
"subsonicjs": "^0.6.0",
"toml": "^3.0.0",
"winston": "^3.3.3",
"winston-console-format": "^1.0.8",
"xml2json": "^0.12.0"
},
"scripts": {
"lint-fix": "eslint src/** *.ts *.js --fix",
"sync": "ts-node sync.ts",
"test-sync": "ts-node test.ts",
"rewrite-playlists": "ts-node rewrite-playlists.ts",
"metadb": "ts-node metadata-to-db.ts",
"metanavi": "ts-node metadata-to-navidrome.ts"
}
}