Update package.json

This commit is contained in:
Zaid Hafeez
2025-07-08 13:24:33 +05:00
committed by GitHub
parent 65afd3f18b
commit 74408541fd

View File

@ -2,7 +2,7 @@
"name": "opencut", "name": "opencut",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"packageManager": "bun@1.2.17", "packageManager": "bun@1.2.18",
"scripts": { "scripts": {
"dev": "next dev --turbopack", "dev": "next dev --turbopack",
"build": "next build", "build": "next build",
@ -68,4 +68,4 @@
"tsx": "^4.7.1", "tsx": "^4.7.1",
"typescript": "^5" "typescript": "^5"
} }
} }