diff --git a/.babelrc.js b/libs/api-skolplattformen/.babelrc.js similarity index 100% rename from .babelrc.js rename to libs/api-skolplattformen/.babelrc.js diff --git a/.eslintrc.js b/libs/api-skolplattformen/.eslintrc.js similarity index 100% rename from .eslintrc.js rename to libs/api-skolplattformen/.eslintrc.js diff --git a/.github/workflows/release.yml b/libs/api-skolplattformen/.github/workflows/release.yml similarity index 100% rename from .github/workflows/release.yml rename to libs/api-skolplattformen/.github/workflows/release.yml diff --git a/.github/workflows/test.yml b/libs/api-skolplattformen/.github/workflows/test.yml similarity index 100% rename from .github/workflows/test.yml rename to libs/api-skolplattformen/.github/workflows/test.yml diff --git a/.gitignore b/libs/api-skolplattformen/.gitignore similarity index 100% rename from .gitignore rename to libs/api-skolplattformen/.gitignore diff --git a/.prettierrc b/libs/api-skolplattformen/.prettierrc similarity index 100% rename from .prettierrc rename to libs/api-skolplattformen/.prettierrc diff --git a/.releaserc b/libs/api-skolplattformen/.releaserc similarity index 100% rename from .releaserc rename to libs/api-skolplattformen/.releaserc diff --git a/.vscode/launch.json b/libs/api-skolplattformen/.vscode/launch.json similarity index 100% rename from .vscode/launch.json rename to libs/api-skolplattformen/.vscode/launch.json diff --git a/.vscode/tasks.json b/libs/api-skolplattformen/.vscode/tasks.json similarity index 100% rename from .vscode/tasks.json rename to libs/api-skolplattformen/.vscode/tasks.json diff --git a/LICENSE b/libs/api-skolplattformen/LICENSE similarity index 100% rename from LICENSE rename to libs/api-skolplattformen/LICENSE diff --git a/README.md b/libs/api-skolplattformen/README.md similarity index 100% rename from README.md rename to libs/api-skolplattformen/README.md diff --git a/agentFetchWrapper.js b/libs/api-skolplattformen/agentFetchWrapper.js similarity index 100% rename from agentFetchWrapper.js rename to libs/api-skolplattformen/agentFetchWrapper.js diff --git a/config.json b/libs/api-skolplattformen/config.json similarity index 100% rename from config.json rename to libs/api-skolplattformen/config.json diff --git a/devrun.js b/libs/api-skolplattformen/devrun.js similarity index 100% rename from devrun.js rename to libs/api-skolplattformen/devrun.js diff --git a/jest.config.js b/libs/api-skolplattformen/jest.config.js similarity index 100% rename from jest.config.js rename to libs/api-skolplattformen/jest.config.js diff --git a/lib/.DS_Store b/libs/api-skolplattformen/lib/.DS_Store similarity index 100% rename from lib/.DS_Store rename to libs/api-skolplattformen/lib/.DS_Store diff --git a/lib/URLSearchParams.ts b/libs/api-skolplattformen/lib/URLSearchParams.ts similarity index 100% rename from lib/URLSearchParams.ts rename to libs/api-skolplattformen/lib/URLSearchParams.ts diff --git a/lib/__mocks__/@react-native-cookies/cookies.ts b/libs/api-skolplattformen/lib/__mocks__/@react-native-cookies/cookies.ts similarity index 100% rename from lib/__mocks__/@react-native-cookies/cookies.ts rename to libs/api-skolplattformen/lib/__mocks__/@react-native-cookies/cookies.ts diff --git a/lib/__tests__/__snapshots__/routes.test.ts.snap b/libs/api-skolplattformen/lib/__tests__/__snapshots__/routes.test.ts.snap similarity index 100% rename from lib/__tests__/__snapshots__/routes.test.ts.snap rename to libs/api-skolplattformen/lib/__tests__/__snapshots__/routes.test.ts.snap diff --git a/lib/__tests__/routes.test.ts b/libs/api-skolplattformen/lib/__tests__/routes.test.ts similarity index 100% rename from lib/__tests__/routes.test.ts rename to libs/api-skolplattformen/lib/__tests__/routes.test.ts diff --git a/lib/api.test.ts b/libs/api-skolplattformen/lib/api.test.ts similarity index 100% rename from lib/api.test.ts rename to libs/api-skolplattformen/lib/api.test.ts diff --git a/lib/api.ts b/libs/api-skolplattformen/lib/api.ts similarity index 100% rename from lib/api.ts rename to libs/api-skolplattformen/lib/api.ts diff --git a/lib/cookies.test.ts b/libs/api-skolplattformen/lib/cookies.test.ts similarity index 100% rename from lib/cookies.test.ts rename to libs/api-skolplattformen/lib/cookies.test.ts diff --git a/lib/cookies.ts b/libs/api-skolplattformen/lib/cookies.ts similarity index 100% rename from lib/cookies.ts rename to libs/api-skolplattformen/lib/cookies.ts diff --git a/lib/fakeData.ts b/libs/api-skolplattformen/lib/fakeData.ts similarity index 100% rename from lib/fakeData.ts rename to libs/api-skolplattformen/lib/fakeData.ts diff --git a/lib/fetcher.test.ts b/libs/api-skolplattformen/lib/fetcher.test.ts similarity index 100% rename from lib/fetcher.test.ts rename to libs/api-skolplattformen/lib/fetcher.test.ts diff --git a/lib/fetcher.ts b/libs/api-skolplattformen/lib/fetcher.ts similarity index 100% rename from lib/fetcher.ts rename to libs/api-skolplattformen/lib/fetcher.ts diff --git a/lib/index.ts b/libs/api-skolplattformen/lib/index.ts similarity index 100% rename from lib/index.ts rename to libs/api-skolplattformen/lib/index.ts diff --git a/lib/loginStatus.ts b/libs/api-skolplattformen/lib/loginStatus.ts similarity index 100% rename from lib/loginStatus.ts rename to libs/api-skolplattformen/lib/loginStatus.ts diff --git a/lib/missingtypes.d.ts b/libs/api-skolplattformen/lib/missingtypes.d.ts similarity index 100% rename from lib/missingtypes.d.ts rename to libs/api-skolplattformen/lib/missingtypes.d.ts diff --git a/lib/parse/__tests__/calendar.test.ts b/libs/api-skolplattformen/lib/parse/__tests__/calendar.test.ts similarity index 100% rename from lib/parse/__tests__/calendar.test.ts rename to libs/api-skolplattformen/lib/parse/__tests__/calendar.test.ts diff --git a/lib/parse/__tests__/children.test.ts b/libs/api-skolplattformen/lib/parse/__tests__/children.test.ts similarity index 100% rename from lib/parse/__tests__/children.test.ts rename to libs/api-skolplattformen/lib/parse/__tests__/children.test.ts diff --git a/lib/parse/__tests__/classmates.test.ts b/libs/api-skolplattformen/lib/parse/__tests__/classmates.test.ts similarity index 100% rename from lib/parse/__tests__/classmates.test.ts rename to libs/api-skolplattformen/lib/parse/__tests__/classmates.test.ts diff --git a/lib/parse/__tests__/index.test.ts b/libs/api-skolplattformen/lib/parse/__tests__/index.test.ts similarity index 100% rename from lib/parse/__tests__/index.test.ts rename to libs/api-skolplattformen/lib/parse/__tests__/index.test.ts diff --git a/lib/parse/__tests__/menu.test.ts b/libs/api-skolplattformen/lib/parse/__tests__/menu.test.ts similarity index 100% rename from lib/parse/__tests__/menu.test.ts rename to libs/api-skolplattformen/lib/parse/__tests__/menu.test.ts diff --git a/lib/parse/__tests__/news.test.ts b/libs/api-skolplattformen/lib/parse/__tests__/news.test.ts similarity index 100% rename from lib/parse/__tests__/news.test.ts rename to libs/api-skolplattformen/lib/parse/__tests__/news.test.ts diff --git a/lib/parse/__tests__/notifications.test.ts b/libs/api-skolplattformen/lib/parse/__tests__/notifications.test.ts similarity index 100% rename from lib/parse/__tests__/notifications.test.ts rename to libs/api-skolplattformen/lib/parse/__tests__/notifications.test.ts diff --git a/lib/parse/__tests__/schedule.test.ts b/libs/api-skolplattformen/lib/parse/__tests__/schedule.test.ts similarity index 100% rename from lib/parse/__tests__/schedule.test.ts rename to libs/api-skolplattformen/lib/parse/__tests__/schedule.test.ts diff --git a/lib/parse/__tests__/timetable.test.ts b/libs/api-skolplattformen/lib/parse/__tests__/timetable.test.ts similarity index 100% rename from lib/parse/__tests__/timetable.test.ts rename to libs/api-skolplattformen/lib/parse/__tests__/timetable.test.ts diff --git a/lib/parse/__tests__/user.test.ts b/libs/api-skolplattformen/lib/parse/__tests__/user.test.ts similarity index 100% rename from lib/parse/__tests__/user.test.ts rename to libs/api-skolplattformen/lib/parse/__tests__/user.test.ts diff --git a/lib/parse/calendar.ts b/libs/api-skolplattformen/lib/parse/calendar.ts similarity index 100% rename from lib/parse/calendar.ts rename to libs/api-skolplattformen/lib/parse/calendar.ts diff --git a/lib/parse/children.ts b/libs/api-skolplattformen/lib/parse/children.ts similarity index 100% rename from lib/parse/children.ts rename to libs/api-skolplattformen/lib/parse/children.ts diff --git a/lib/parse/classmates.ts b/libs/api-skolplattformen/lib/parse/classmates.ts similarity index 100% rename from lib/parse/classmates.ts rename to libs/api-skolplattformen/lib/parse/classmates.ts diff --git a/lib/parse/etjanst.ts b/libs/api-skolplattformen/lib/parse/etjanst.ts similarity index 100% rename from lib/parse/etjanst.ts rename to libs/api-skolplattformen/lib/parse/etjanst.ts diff --git a/lib/parse/index.ts b/libs/api-skolplattformen/lib/parse/index.ts similarity index 100% rename from lib/parse/index.ts rename to libs/api-skolplattformen/lib/parse/index.ts diff --git a/lib/parse/menu.ts b/libs/api-skolplattformen/lib/parse/menu.ts similarity index 100% rename from lib/parse/menu.ts rename to libs/api-skolplattformen/lib/parse/menu.ts diff --git a/lib/parse/news.ts b/libs/api-skolplattformen/lib/parse/news.ts similarity index 100% rename from lib/parse/news.ts rename to libs/api-skolplattformen/lib/parse/news.ts diff --git a/lib/parse/notifications.ts b/libs/api-skolplattformen/lib/parse/notifications.ts similarity index 100% rename from lib/parse/notifications.ts rename to libs/api-skolplattformen/lib/parse/notifications.ts diff --git a/lib/parse/schedule.ts b/libs/api-skolplattformen/lib/parse/schedule.ts similarity index 100% rename from lib/parse/schedule.ts rename to libs/api-skolplattformen/lib/parse/schedule.ts diff --git a/lib/parse/timetable.ts b/libs/api-skolplattformen/lib/parse/timetable.ts similarity index 100% rename from lib/parse/timetable.ts rename to libs/api-skolplattformen/lib/parse/timetable.ts diff --git a/lib/parse/user.ts b/libs/api-skolplattformen/lib/parse/user.ts similarity index 100% rename from lib/parse/user.ts rename to libs/api-skolplattformen/lib/parse/user.ts diff --git a/lib/parseHtml.test.ts b/libs/api-skolplattformen/lib/parseHtml.test.ts similarity index 100% rename from lib/parseHtml.test.ts rename to libs/api-skolplattformen/lib/parseHtml.test.ts diff --git a/lib/parseHtml.ts b/libs/api-skolplattformen/lib/parseHtml.ts similarity index 100% rename from lib/parseHtml.ts rename to libs/api-skolplattformen/lib/parseHtml.ts diff --git a/lib/routes.ts b/libs/api-skolplattformen/lib/routes.ts similarity index 100% rename from lib/routes.ts rename to libs/api-skolplattformen/lib/routes.ts diff --git a/lib/types.ts b/libs/api-skolplattformen/lib/types.ts similarity index 100% rename from lib/types.ts rename to libs/api-skolplattformen/lib/types.ts diff --git a/lib/utils/__tests__/dateHandling.test.ts b/libs/api-skolplattformen/lib/utils/__tests__/dateHandling.test.ts similarity index 100% rename from lib/utils/__tests__/dateHandling.test.ts rename to libs/api-skolplattformen/lib/utils/__tests__/dateHandling.test.ts diff --git a/lib/utils/dateHandling.ts b/libs/api-skolplattformen/lib/utils/dateHandling.ts similarity index 100% rename from lib/utils/dateHandling.ts rename to libs/api-skolplattformen/lib/utils/dateHandling.ts diff --git a/package.json b/libs/api-skolplattformen/package.json similarity index 100% rename from package.json rename to libs/api-skolplattformen/package.json diff --git a/run.js b/libs/api-skolplattformen/run.js similarity index 100% rename from run.js rename to libs/api-skolplattformen/run.js diff --git a/test.md b/libs/api-skolplattformen/test.md similarity index 100% rename from test.md rename to libs/api-skolplattformen/test.md diff --git a/tsconfig.eslint.json b/libs/api-skolplattformen/tsconfig.eslint.json similarity index 100% rename from tsconfig.eslint.json rename to libs/api-skolplattformen/tsconfig.eslint.json diff --git a/tsconfig.json b/libs/api-skolplattformen/tsconfig.json similarity index 100% rename from tsconfig.json rename to libs/api-skolplattformen/tsconfig.json diff --git a/yarn.lock b/libs/api-skolplattformen/yarn.lock similarity index 100% rename from yarn.lock rename to libs/api-skolplattformen/yarn.lock