mirror of
https://github.com/github/codeql.git
synced 2026-02-14 22:21:06 +01:00
14 lines
219 B
JSON
14 lines
219 B
JSON
{
|
|
"name": "next-edge-proxy-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "15.1.7"
|
|
}
|
|
}
|