video_editor/backend/package.json

25 lines
607 B
JSON

{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start:static": "ts-node src/index",
"start": "nodemon --watch 'src/**/*.ts' --ext ts --exec npm run start:static",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"fastify": "^4.26.1",
"ffprobe": "^1.1.2",
"mathjs": "^12.3.2"
},
"devDependencies": {
"@types/ffprobe": "^1.1.8",
"@types/mathjs": "^9.4.2"
}
}