28 lines
620 B
JSON
28 lines
620 B
JSON
{
|
|
"name": "ksx-snapshot-server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "tsx index.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"commander": "^12.0.0",
|
|
"express": "^4.19.2",
|
|
"fluent-ffmpeg": "^2.1.2",
|
|
"fs-extra": "^11.2.0",
|
|
"node-schedule": "^2.1.1",
|
|
"tsx": "^4.7.1",
|
|
"winston": "^3.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.21",
|
|
"@types/fluent-ffmpeg": "^2.1.24",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/node": "^20.12.2",
|
|
"@types/node-schedule": "^2.1.6"
|
|
}
|
|
}
|