export function packageContent(name: string) { return `{ "name": "${name}", "version": "1.0.0", "main": "index.js", "scripts": { "start": "concurrently \\"dotnet watch run\\" \\"npx tailwindcss -i wwwroot/css/app.css -o wwwroot/css/app.min.css --watch\\"" }, "keywords": [], "author": "", "license": "ISC", "description": "" }` }