mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 16:44:27 +01:00
15 lines
247 B
JSON
15 lines
247 B
JSON
{
|
|
"name": "@usebruno/app",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "../../node_modules/.bin/next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
}
|
|
}
|