jbilcke-hf HF staff commited on
Commit
028bcd4
·
1 Parent(s): dde59e8

upgrade @aitube/clap

Browse files
Files changed (2) hide show
  1. package-lock.json +0 -0
  2. package.json +4 -4
package-lock.json DELETED
The diff for this file is too large to render. See raw diff
 
package.json CHANGED
@@ -13,12 +13,9 @@
13
  "author": "Julian Bilcke <julian.bilcke@huggingface.co>",
14
  "license": "Apache License",
15
  "dependencies": {
16
- "@aitube/clap": "0.0.7",
17
  "@aitube/encoders": "0.0.0",
18
  "@aitube/io": "0.0.0",
19
- "@types/express": "^4.17.17",
20
- "@types/fluent-ffmpeg": "^2.1.24",
21
- "@types/uuid": "^9.0.2",
22
  "dotenv": "^16.3.1",
23
  "express": "^4.18.2",
24
  "fluent-ffmpeg": "^2.1.2",
@@ -28,7 +25,10 @@
28
  "ts-node": "^10.9.1"
29
  },
30
  "devDependencies": {
 
 
31
  "@types/node": "^20.12.7",
 
32
  "tsx": "^4.7.0"
33
  }
34
  }
 
13
  "author": "Julian Bilcke <julian.bilcke@huggingface.co>",
14
  "license": "Apache License",
15
  "dependencies": {
16
+ "@aitube/clap": "0.0.9",
17
  "@aitube/encoders": "0.0.0",
18
  "@aitube/io": "0.0.0",
 
 
 
19
  "dotenv": "^16.3.1",
20
  "express": "^4.18.2",
21
  "fluent-ffmpeg": "^2.1.2",
 
25
  "ts-node": "^10.9.1"
26
  },
27
  "devDependencies": {
28
+ "@types/express": "^4.17.17",
29
+ "@types/fluent-ffmpeg": "^2.1.24",
30
  "@types/node": "^20.12.7",
31
+ "@types/uuid": "^9.0.2",
32
  "tsx": "^4.7.0"
33
  }
34
  }