OpenCut/package.json

24 lines
454 B
JSON

{
"name": "opencut",
"packageManager": "bun@1.2.18",
"devDependencies": {
"turbo": "^2.5.4",
"typescript": "5.8.3"
},
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"check-types": "turbo run check-types",
"lint": "turbo run lint",
"format": "turbo run format"
},
"dependencies": {
"next": "^15.3.4",
"wavesurfer.js": "^7.9.8"
}
}