68 lines
1.5 KiB
JSON
68 lines
1.5 KiB
JSON
{
|
|
"name": "@mikro-orm/postgresql",
|
|
"version": "7.0.2",
|
|
"description": "TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript.",
|
|
"keywords": [
|
|
"data-mapper",
|
|
"ddd",
|
|
"entity",
|
|
"identity-map",
|
|
"javascript",
|
|
"js",
|
|
"mariadb",
|
|
"mikro-orm",
|
|
"mongo",
|
|
"mongodb",
|
|
"mysql",
|
|
"orm",
|
|
"postgresql",
|
|
"sqlite",
|
|
"sqlite3",
|
|
"ts",
|
|
"typescript",
|
|
"unit-of-work"
|
|
],
|
|
"homepage": "https://mikro-orm.io",
|
|
"bugs": {
|
|
"url": "https://github.com/mikro-orm/mikro-orm/issues"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Martin Adámek",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/mikro-orm/mikro-orm.git"
|
|
},
|
|
"type": "module",
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": "./index.js"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn compile && yarn copy",
|
|
"clean": "yarn run -T rimraf ./dist",
|
|
"compile": "yarn run -T tsc -p tsconfig.build.json",
|
|
"copy": "node ../../scripts/copy.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@mikro-orm/sql": "7.0.2",
|
|
"kysely": "0.28.12",
|
|
"pg": "8.20.0",
|
|
"pg-cursor": "2.19.0",
|
|
"postgres-array": "3.0.4",
|
|
"postgres-date": "2.1.0",
|
|
"postgres-interval": "4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@mikro-orm/core": "^7.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@mikro-orm/core": "7.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 22.17.0"
|
|
}
|
|
}
|