diff --git a/.editorconfig b/packages/gitlab-api/.editorconfig similarity index 100% rename from .editorconfig rename to packages/gitlab-api/.editorconfig diff --git a/.eslintignore b/packages/gitlab-api/.eslintignore similarity index 100% rename from .eslintignore rename to packages/gitlab-api/.eslintignore diff --git a/.eslintrc.json b/packages/gitlab-api/.eslintrc.json similarity index 100% rename from .eslintrc.json rename to packages/gitlab-api/.eslintrc.json diff --git a/.gitignore b/packages/gitlab-api/.gitignore similarity index 100% rename from .gitignore rename to packages/gitlab-api/.gitignore diff --git a/.gitlab-ci.yml b/packages/gitlab-api/.gitlab-ci.yml similarity index 100% rename from .gitlab-ci.yml rename to packages/gitlab-api/.gitlab-ci.yml diff --git a/.gitlab/issue_templates/bug.md b/packages/gitlab-api/.gitlab/issue_templates/bug.md similarity index 100% rename from .gitlab/issue_templates/bug.md rename to packages/gitlab-api/.gitlab/issue_templates/bug.md diff --git a/.npmignore b/packages/gitlab-api/.npmignore similarity index 100% rename from .npmignore rename to packages/gitlab-api/.npmignore diff --git a/CHANGELOG.md b/packages/gitlab-api/CHANGELOG.md similarity index 100% rename from CHANGELOG.md rename to packages/gitlab-api/CHANGELOG.md diff --git a/LICENSE b/packages/gitlab-api/LICENSE similarity index 100% rename from LICENSE rename to packages/gitlab-api/LICENSE diff --git a/README.md b/packages/gitlab-api/README.md similarity index 100% rename from README.md rename to packages/gitlab-api/README.md diff --git a/package-lock.json b/packages/gitlab-api/package-lock.json similarity index 100% rename from package-lock.json rename to packages/gitlab-api/package-lock.json diff --git a/package.json b/packages/gitlab-api/package.json similarity index 100% rename from package.json rename to packages/gitlab-api/package.json diff --git a/src/api.ts b/packages/gitlab-api/src/api.ts similarity index 100% rename from src/api.ts rename to packages/gitlab-api/src/api.ts diff --git a/src/cli.ts b/packages/gitlab-api/src/cli.ts similarity index 100% rename from src/cli.ts rename to packages/gitlab-api/src/cli.ts diff --git a/src/types.ts b/packages/gitlab-api/src/types.ts similarity index 100% rename from src/types.ts rename to packages/gitlab-api/src/types.ts diff --git a/tsconfig.json b/packages/gitlab-api/tsconfig.json similarity index 100% rename from tsconfig.json rename to packages/gitlab-api/tsconfig.json