UNPKG

kysely-dialect-tauri

Version:
55 lines 1.24 kB
{ "name": "kysely-dialect-tauri", "version": "1.2.1", "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.2.1" }, "devDependencies": { "@tauri-apps/plugin-sql": "^2.2.0", "kysely": "^0.28.2" }, "publishConfig": { "access": "public" }, "scripts": { "dev": "tsup --watch", "build": "tsup" } }