{
  "name": "sasanqua",
  "version": "0.5.0",
  "description": "📈 Simple, privacy-friendly, real-time traffic insight at the edge.",
  "license": "MIT",
  "author": {
    "name": "Jun Y.",
    "email": "hi@cky.im"
  },
  "homepage": "https://github.com/ocoke/sasanqua",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ocoke/sasanqua"
  },
  "type": "module",
  "scripts": {
    "prepare": "nuxi prepare",
    "dev": "nuxi dev",
    "build": "rollup -c && nuxi build",
    "preview": "node .output/server/index.mjs",
    "client:build": "rollup -c",
    "server:build": "nuxi build",
    "test": "vitest",
    "server:test": "PORT=3002;SASANQUA_TEST_PORT=3002;DATABASE_NAME=memory nuxi dev & vitest",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:preview": "vitepress preview docs"
  },
  "dependencies": {
    "@netlify/blobs": "^7.0.1",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@types/ua-parser-js": "^0.7.39",
    "@vercel/kv": "^1.0.1",
    "blueimp-md5": "^2.19.0",
    "chart.js": "^4.4.1",
    "flag-icons": "^7.1.0",
    "geoip-lite": "^1.4.9",
    "jsonwebtoken": "^9.0.2",
    "maxmind": "^4.3.18",
    "nitropack": "latest",
    "nuxt": "^3.10.0",
    "request-ip": "^3.3.0",
    "rollup": "^4.9.1",
    "svgmap": "^2.10.1",
    "ua-parser-js": "^1.0.37",
    "unstorage": "^1.10.1",
    "uuid": "^9.0.1",
    "uuidv4": "^6.2.13",
    "vite": "^5.0.10",
    "vitepress": "^1.0.0-rc.39",
    "vue-chartjs": "^5.3.0",
    "web-vitals": "^3.5.1"
  },
  "devDependencies": {
    "@nuxt/test-utils": "^3.10.0",
    "@nuxtjs/i18n": "^8.2.0",
    "@vitejs/plugin-vue": "^5.0.0",
    "@vue/test-utils": "^2.4.3",
    "autoprefixer": "^10.4.16",
    "cz-conventional-changelog": "^3.3.0",
    "happy-dom": "^13.2.0",
    "playwright-core": "^1.41.0",
    "postcss": "^8.4.32",
    "tailwindcss": "^3.4.0",
    "vitest": "^1.2.1",
    "vue": "^3.4.0",
    "vue-router": "^4.2.5"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
