{
  "name": "kysely-dialect-tauri",
  "version": "1.1.0",
  "description": "Kysely Tauri dialect, using @tauri-apps/plugin-sql",
  "author": {
    "name": "subframe7536",
    "email": "1667077010@qq.com"
  },
  "license": "MIT",
  "homepage": "https://github.com/subframe7536/kysely-sqlite-tools/tree/master/packages/dialect-tauri",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/subframe7536/kysely-sqlite-tools.git#master"
  },
  "bugs": "https://github.com/subframe7536/kysely-sqlite-tools/issues",
  "keywords": [
    "kysely",
    "dialect",
    "sql",
    "postgre",
    "mysql",
    "sqlite3",
    "Tauri"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "@tauri-apps/plugin-sql": "^2.0.0",
    "kysely": ">=0.26"
  },
  "dependencies": {
    "kysely-generic-sqlite": "1.1.0"
  },
  "devDependencies": {
    "@tauri-apps/plugin-sql": "^2.2.0",
    "kysely": "^0.27.5"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "tsup --watch",
    "build": "tsup"
  }
}