mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 20:09:04 +00:00
31 lines
585 B
JSON
31 lines
585 B
JSON
{
|
|
"name": "nexty",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"framework": {
|
|
"router": {
|
|
"dir": "pages",
|
|
"extensions": [
|
|
".js",
|
|
".ts",
|
|
".tsx"
|
|
]
|
|
},
|
|
"static": "public",
|
|
"development": {
|
|
"client": "client.development.tsx",
|
|
"server": "server.development.tsx"
|
|
},
|
|
"production": {
|
|
"client": "client.production.tsx",
|
|
"server": "server.production.tsx"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {}
|
|
}
|