-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
70 lines (70 loc) · 2.04 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "ffaivideo",
"version": "1.6.8",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Anonymous",
"license": "MIT",
"keywords": [],
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/drawcall/FFAIVideo.git"
},
"homepage": "https://github.com/drawcall/FFAIVideo",
"files": [
"dist"
],
"scripts": {
"lint": "eslint . --ext .ts,.tsx -c .eslintrc.js",
"typecheck": "eslint --ext .ts --ext .js src",
"build": "rimraf dist && tsc -p tsconfig.build.json",
"test": "NODE_ENV=test jest",
"clean": "rimraf ./examples/output",
"example": "npm run clean && npm run build && node ./examples/simple",
"tts": "npm run clean && npm run build && node ./examples/azuretts"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffprobe-installer/ffprobe": "^2.1.2",
"@google/generative-ai": "^0.7.0",
"axios": "^1.7.7",
"azure-openai": "^0.9.4",
"edge-tts-node": "^1.5.5",
"fluent-ffmpeg": "^2.1.3",
"fs-extra": "^11.2.0",
"g4f": "^1.4.3",
"gpt4js": "^1.7.8",
"https-proxy-agent": "^7.0.5",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"microsoft-cognitiveservices-speech-sdk": "^1.38.0",
"openai": "^4.37.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.20",
"@types/fs-extra": "^11.0.4",
"@types/jsonfile": "^6.1.4",
"@types/lodash": "^4.17.5",
"@types/md5": "^2.3.5",
"@types/node-fetch": "^2.6.11",
"@types/signale": "^1.4.7",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"babel-eslint": "^10.0.3",
"eslint": "^7.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^14.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
}
}