File size: 1,022 Bytes
2cae2a9
 
5e3e0ca
3165afb
 
2cae2a9
3165afb
 
2cae2a9
3165afb
7fca805
2cae2a9
 
 
 
5e3e0ca
3165afb
 
7a3197b
 
 
cd54a16
7a3197b
4cb7ad9
7a3197b
 
2cae2a9
 
7a3197b
028bcd4
7a3197b
 
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
{
  "name": "ai-tube-clap-exporter",
  "version": "1.0.4",
  "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 3000:3000 ai-tube-clap-exporter"
  },
  "author": "Julian Bilcke <julian.bilcke@huggingface.co>",
  "license": "Apache License",
  "dependencies": {
    "@aitube/clap": "0.0.22",
    "@aitube/encoders": "0.0.0",
    "@aitube/io": "0.0.0",
    "dotenv": "^16.4.5",
    "express": "^4.19.2",
    "fluent-ffmpeg": "^2.1.3",
    "pm2": "^5.3.1",
    "puppeteer": "^22.9.0",
    "query-string": "^9.0.0",
    "sharp": "^0.33.4",
    "ts-node": "^10.9.2"
  },
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/fluent-ffmpeg": "^2.1.24",
    "@types/node": "^20.12.12",
    "tsx": "^4.10.5"
  }
}