undeexcepturi
Version:
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.
131 lines (130 loc) • 3.66 kB
JSON
{
"name": "undeexcepturi",
"workspaces": [
"packages/*"
],
"version": "1.4.0",
"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.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/JerrySauer/undeexcepturi.git"
},
"funding": "https://github.com/sponsors/b4nan",
"keywords": [
"consequatur",
"mongo",
"porro",
"perferendis",
"ad",
"postgresql",
"sqlite",
"ipsam",
"id",
"typescript",
"sit",
"provident",
"entity",
"ddd",
"voluptas",
"unit-of-work",
"ut",
"eos"
],
"author": "SandrineSpinka",
"license": "MIT",
"scripts": {
"postinstall": "husky install",
"clean": "yarn workspaces foreach -Ap run clean",
"build": "yarn workspaces foreach -Ap --topological-dev run build",
"publish:prod": "lerna publish from-package --contents dist --force-publish",
"release:prod": "yarn build && yarn publish:prod",
"publish:next": "lerna publish from-package --contents dist --dist-tag next --force-publish",
"release:next": "lerna run compile && yarn publish:next",
"release:pin-versions": "lerna run copy -- -- --pin-versions",
"test": "jest",
"clean-tests": "rimraf temp tests/generated-entities",
"tsc-check-tests": "tsc --noEmit --project tests/tsconfig.json",
"coverage": "yarn clean-tests && yarn test --coverage",
"lint": "eslint \"packages/**/*.ts\" \"tests/**/*.ts\""
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"*.ts": [
"eslint \"packages/**/*.ts\" \"tests/**/*.ts\" --fix"
]
},
"renovate": {
"extends": [
"config:base",
":preserveSemverRanges",
":semanticCommitTypeAll(chore)"
],
"semanticCommits": "enabled",
"separateMajorMinor": false,
"dependencyDashboard": false,
"packageRules": [
{
"matchUpdateTypes": [
"patch",
"minor"
],
"groupName": "patch/minor dependencies",
"groupSlug": "all-non-major",
"automerge": true,
"automergeType": "branch"
}
],
"schedule": [
"every weekday"
],
"ignoreDeps": []
},
"engines": {
"node": ">= 18.12.0",
"yarn": ">=3.2.0"
},
"devDependencies": {
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"@mikro-orm/mongo-highlighter": "1.0.0",
"@mikro-orm/sql-highlighter": "1.0.1",
"@side/jest-runtime": "^1.1.0",
"@types/esprima": "4.0.6",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.12",
"@types/node": "20.11.17",
"@types/pg": "8.11.0",
"@types/sqlstring": "2.3.2",
"@types/uuid": "9.0.8",
"@types/webpack-env": "1.18.4",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"bson": "^6.1.0",
"conditional-type-checks": "1.0.6",
"eslint": "8.56.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-unused-imports": "3.0.0",
"fs-extra": "11.2.0",
"gen-esm-wrapper": "1.1.3",
"guid-typescript": "1.0.9",
"husky": "9.0.10",
"jest": "29.7.0",
"lerna": "8.1.2",
"lint-staged": "15.2.2",
"mongodb": "6.3.0",
"mongodb-memory-server": "9.1.6",
"node-gyp": "^9.4.0",
"rimraf": "5.0.5",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.3.3",
"uuid": "9.0.1"
},
"packageManager": "yarn@4.1.0"
}