deps-upgrade(backend-api): ⬆️ Update npm dependencies for video studio backend API
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
3c7127601b
commit
168c9ff404
1 changed files with 1 additions and 2 deletions
|
|
@ -1,13 +1,12 @@
|
|||
{
|
||||
"name": "@lilith/video-studio-api",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"description": "Video Studio API — face modification job management for Lilith Platform",
|
||||
"private": true,
|
||||
"main": "dist/main.js",
|
||||
"scripts": {
|
||||
"build": "nest build",
|
||||
"start": "node dist/main.js",
|
||||
"start": "bun dist/main.js",
|
||||
"dev": "nest start --watch",
|
||||
"start:debug": "nest start --debug --watch",
|
||||
"lint": "eslint \"src/**/*.ts\"",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue