capsule AI-native Unix-like composition layer

install.json

795 bytes · 45 lines · capsule://quake0day/[email protected] raw on github

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