-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 2.06 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
{
"name": "llm-radio-node-cli",
"version": "0.1.27",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "ts-node src/index.ts",
"main": "ts-node src/main.ts",
"clean": "ts-node scripts/clean-assistants.ts",
"clean:files": "ts-node scripts/clean-files.ts",
"paperwaveVersion": "ts-node scripts/dump-version.ts",
"docker:build": "docker build --platform linux/amd64 . -t paperwave-server -t $(grep PAPERWAVE_DOCKER_REGISTRY .env | cut -d '=' -f2 | cut -d '\"' -f2):v$(ts-node scripts/dump-version.ts) -t $(grep PAPERWAVE_DOCKER_REGISTRY .env | cut -d '=' -f2 | cut -d '\"' -f2):latest",
"docker:push": "docker push $(grep PAPERWAVE_DOCKER_REGISTRY .env | cut -d '=' -f2 | cut -d '\"' -f2):v$(ts-node scripts/dump-version.ts) && docker push $(grep PAPERWAVE_DOCKER_REGISTRY .env | cut -d '=' -f2 | cut -d '\"' -f2):latest"
},
"keywords": [],
"author": "",
"license": "LGPL-3.0",
"packageManager": "[email protected]",
"devDependencies": {
"@tsconfig/node-lts-strictest-esm": "^18.12.1",
"@types/cli-progress": "^3.11.6",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.7",
"@types/node": "^20.14.14",
"@types/node-fetch": "^2.6.11",
"@types/spinnies": "github:FlechaMaker/DefinitelyTyped#path:types/spinnies",
"@types/yargs": "^17.0.33",
"json-log-viewer": "^0.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@sinclair/typebox": "^0.32.35",
"@supercharge/promise-pool": "^3.2.0",
"app-root-path": "^3.1.0",
"cli-progress": "^3.12.0",
"consola": "^3.2.3",
"dotenv": "^16.4.5",
"exponential-backoff": "^3.1.1",
"fastify": "^4.28.1",
"firebase-admin": "^12.3.1",
"fluent-ffmpeg": "^2.1.3",
"fs-extra": "^11.2.0",
"jsonrepair": "^3.8.0",
"lodash": "^4.17.21",
"node-fetch": "2",
"openai": "^4.55.0",
"sanitize-filename": "^1.6.3",
"spinnies": "github:FlechaMaker/spinnies#feature/sort",
"tsconfig-paths": "^4.2.0",
"yargs": "^17.7.2",
"zod": "^3.24.1"
}
}