{
 "name": "Jon",
 "description": "Fullstack developer",
 "github": "https://github.com/TONKAFREAK",
 "discord": "tonkafreak",
 "languages": [
  {
    "name": "Java",
    "frameworks": ["springboot"]
   },

  {
    "name": "JavaScript",
    "frameworks": ["express", "nextjs"],
    "libraries": ["react", "axios", "discordjs","nextauth"],
    "runtimes": ["nodejs"]
   },

  {
    "name": "TypeScript",
    "frameworks": ["express","nextjs","prisma"],
    "libraries": ["react", "prisma", "nextauth"]
   }

 ],
 "projects": [
  {
    "name": "KNIGHT",
    "project_url": "https://discord.com/knight",
    "description": "Discord AI bot",
    "languages": ["JavaScript", "TypeScript"],
    "repo_url": "private",
    "image": "/knight.png"
   },

  {
    "name": "DL tracker",
    "project_url": "https://dltracker.gg",
    "description": "Deadlock tracker (not finished)",
    "languages": ["JavaScript", "TypeScript", "Css", "Html"],
    "frameworks": ["express", "nextjs"],
    "libraries": ["react", "axios", "nextauth", "prisma"],
    "databases": ["postgres"],
    "repo_url": "private",
    "image": ""
   }

 ],
 "other_projects": [
   {
    "name": "ZenWrite",
    "description": "Text Editor",
    "languages": ["Java"],
    "repo_url": public,
    "image": "/zenwrite.png"
   },
   {
    "name": "Twitch/Tiktok bot",
    "description": "Post clips directly to tiktok",
    "languages": ["JavaScript", "TypeScript", "Css", "Html"],
    "libraries": ["selenium-webdriver"],
    "repo_url": public,
    "image": ""
   },
   {
    "name": "View Bot",
    "description": "Simple Twitch View Bot",
    "languages": ["JavaScript"],
    "libraries": ["selenium-webdriver"],
    "repo_url": public,
    "image": ""
   },
   {
    "name": "Video Downloader",
    "project_url": "https://tonkasave.click",
    "description": "Simple Video Downloader",
    "languages": ["JavaScript", "Css", "Html"],
    "frameworks": ["express"],
    "runtimes": ["nodejs"],
    "repo_url": "private",
    "image": ""
   },
   {
    "name": "AI chat",
    "project_url": "https://tonkafreak.xyz/chat",
    "description": "Simple AI chat",
    "languages": ["JavaScript", "Css", "Html"],
    "repo_url": "private",
    "image": ""
   }
 ],
}