mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-08 17:14:22 +01:00
15 lines
223 B
JSON
15 lines
223 B
JSON
|
{
|
||
|
"name": "@usebruno/app",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "next dev",
|
||
|
"build": "next build",
|
||
|
"start": "next start",
|
||
|
"lint": "next lint"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
}
|
||
|
}
|