Initial commit - Event Planner application
This commit is contained in:
61
node_modules/@mikro-orm/sql/package.json
generated
vendored
Normal file
61
node_modules/@mikro-orm/sql/package.json
generated
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"name": "@mikro-orm/sql",
|
||||
"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": {
|
||||
"kysely": "0.28.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@mikro-orm/core": "^7.0.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mikro-orm/core": "7.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 22.17.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user