File size: 1,049 Bytes
2cae2a9
 
7822bfc
3165afb
 
2cae2a9
3165afb
 
2cae2a9
3165afb
 
2cae2a9
 
 
 
7822bfc
3165afb
 
2cae2a9
 
 
cd54a16
3165afb
4cb7ad9
2cae2a9
3165afb
2cae2a9
 
028bcd4
 
2cae2a9
028bcd4
2cae2a9
 
 
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
{
  "name": "ai-tube-clap-exporter",
  "version": "1.0.1",
  "description": "API service to convert a .clap (will all its assets) to a video file",
  "main": "src/index.ts",
  "scripts": {
    "start": "tsx src/index.ts",
    "dev": "tsx src/index.ts",
    "docker": "npm run docker:build && npm run docker:run",
    "docker:build": "docker build -t ai-tube-clap-exporter .",
    "docker:run": "docker run -it -p 7860:7860 ai-tube-clap-exporter"
  },
  "author": "Julian Bilcke <julian.bilcke@huggingface.co>",
  "license": "Apache License",
  "dependencies": {
    "@aitube/clap": "0.0.17",
    "@aitube/encoders": "0.0.0",
    "@aitube/io": "0.0.0",
    "dotenv": "^16.3.1",
    "express": "^4.18.2",
    "fluent-ffmpeg": "^2.1.2",
    "pm2": "^5.3.1",
    "puppeteer": "^22.7.1",
    "query-string": "^9.0.0",
    "sharp": "^0.33.3",
    "ts-node": "^10.9.1"
  },
  "devDependencies": {
    "@types/express": "^4.17.17",
    "@types/fluent-ffmpeg": "^2.1.24",
    "@types/node": "^20.12.7",
    "@types/uuid": "^9.0.2",
    "tsx": "^4.7.0"
  }
}