Files
girlcockbsky/pkgs/api/package.json
2024-09-14 19:08:20 +02:00

25 lines
515 B
JSON

{
"name": "api",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"keywords": [],
"author": "Lexedia",
"license": "ISC",
"dependencies": {
"fastify": "^4.28.1",
"ffmpeg-static": "^5.2.0",
"fluent-ffmpeg": "^2.1.3"
},
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.26",
"@types/node": "^22.5.4",
"pino-pretty": "^11.2.2",
"typescript": "^5.6.2"
}
}