UNPKG

kysely-typeorm

Version:
77 lines 1.87 kB
{ "name": "kysely-typeorm", "version": "0.3.0", "description": "Kysely dialect for TypeORM", "repository": "https://github.com/kysely-org/kysely-typeorm.git", "homepage": "https://github.com/kysely-org/kysely-typeorm", "author": "Igal Klebanov <igalklebanov@gmail.com>", "license": "MIT", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } } }, "files": [ "dist" ], "keywords": [ "kysely", "typeorm", "postgres", "mysql", "postgresql", "mariadb", "sqlite", "better-sqlite3", "mssql", "dialect" ], "peerDependencies": { "kysely": ">= 0.24.0 < 1", "typeorm": ">= 0.3.0 < 0.4.0" }, "devDependencies": { "@arethetypeswrong/cli": "^0.17.4", "@arktype/attest": "^0.46.0", "@biomejs/biome": "^1.9.4", "@tsconfig/node22": "^22.0.1", "@types/lodash": "^4.17.16", "@types/node": "^22.14.1", "@types/pg": "^8.11.13", "better-sqlite3": "^11.9.1", "kysely": "^0.28.1", "lodash": "^4.17.21", "mssql": "^11.0.1", "mysql2": "^3.14.0", "pg": "^8.14.1", "pg-query-stream": "^4.8.1", "pkg-pr-new": "^0.0.42", "reflect-metadata": "^0.2.2", "sqlite3": "^5.1.7", "tsup": "^8.4.0", "typeorm": "^0.3.22", "typeorm-naming-strategies": "^4.1.0", "typescript": "^5.8.3", "vitest": "^3.1.1" }, "sideEffects": false, "scripts": { "build": "tsup", "check:exports": "attw . --pack", "check:types": "tsc --noEmit", "lint": "biome ci", "release:preview": "pkg-pr-new publish", "start": "tsup --watch", "test": "vitest" } }