mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-18 22:41:36 +02:00
Parse duration strings for /fseek and /seek (#565)
This commit is contained in:
parent
03d5cfffd1
commit
6c00727a4a
7 changed files with 58 additions and 13 deletions
|
@ -11,7 +11,9 @@
|
|||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
},
|
||||
"files": ["src"],
|
||||
"files": [
|
||||
"src"
|
||||
],
|
||||
"scripts": {
|
||||
"lint": "eslint \"src/**/*.{ts,tsx}\"",
|
||||
"lint:fix": "eslint \"src/**/*.{ts,tsx}\" --fix",
|
||||
|
@ -31,6 +33,7 @@
|
|||
"@types/debug": "^4.1.5",
|
||||
"@types/fluent-ffmpeg": "^2.1.17",
|
||||
"@types/fs-capacitor": "^2.0.0",
|
||||
"@types/ms": "0.7.31",
|
||||
"@types/node": "^17.0.0",
|
||||
"@types/node-emoji": "^1.8.1",
|
||||
"@types/spotify-web-api-node": "^5.0.2",
|
||||
|
@ -100,6 +103,7 @@
|
|||
"p-event": "^5.0.1",
|
||||
"p-limit": "^4.0.0",
|
||||
"p-queue": "^7.2.0",
|
||||
"parse-duration": "1.0.2",
|
||||
"read-pkg": "7.1.0",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"spotify-uri": "^2.2.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue