{ "$schema": "https://capsule-registry.pages.dev/schemas/install.v1.json", "files": [ { "from": "src/.env.example", "to": ".env.example" }, { "from": "src/.eslintrc.json", "to": ".eslintrc.json" }, { "from": "src/.gitignore", "to": ".gitignore" }, { "from": "src/.prettierignore", "to": ".prettierignore" }, { "from": "src/.prettierrc", "to": ".prettierrc" }, { "from": "src/next-env.d.ts", "to": "next-env.d.ts" }, { "from": "src/next.config.js", "to": "next.config.js" }, { "from": "src/package.json", "to": "package.json" }, { "from": "src/renovate.json", "to": "renovate.json" }, { "from": "src/tsconfig.json", "to": "tsconfig.json" } ], "env_required": [] }