{
  "name": "svelte",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "dev": "vite dev",
    "build": "vite build",
    "preview": "vite preview",
    "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
    "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
  },
  "author": {
    "name": "Jaspero Ltd",
    "email": "info@jaspero.co"
  },
  "devDependencies": {
    "@jaspero/modular": "file:../..",
    "@jaspero/modular-components": "file:../../components",
    "@sveltejs/adapter-auto": "next",
    "@sveltejs/kit": "next",
    "svelte": "3.53.1",
    "svelte-check": "2.10.0",
    "svelte-preprocess": "4.10.7",
    "tslib": "2.4.1",
    "typescript": "4.9.3",
    "vite": "3.2.5"
  },
  "type": "module",
  "dependencies": {
    "@jaspero/web-components": "1.172.5"
  }
}
