Files
bun.sh/examples/nexty/package.json
Jarred Sumner 10b4b872a2 This is alot
Former-commit-id: 4b2a396611ec03270dc768b70e488b0f5eee2a37
2021-08-10 18:26:16 -07:00

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": {}
}