{
  "name": "@mwcp/kmore",
  "author": "waiting",
  "version": "67.3.0",
  "description": "midway component for knex, supports declarative transaction and OpenTelemetry",
  "keywords": [
    "Transactional",
    "midway",
    "IoC",
    "plugin",
    "knex",
    "typeorm",
    "sql",
    "database",
    "postgresql",
    "oracle",
    "otel",
    "ts"
  ],
  "type": "module",
  "bin": {},
  "types": "dist/index.d.ts",
  "imports": {
    "#package.json": "./package.json",
    "##/*": "./src/*",
    "#@/*": "./test/*"
  },
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "bugs": {
    "url": "https://github.com/waitingsong/kmore/issues"
  },
  "homepage": "https://github.com/waitingsong/kmore/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/waitingsong/kmore.git"
  },
  "license": "MIT",
  "dependencies": {
    "@mwcp/otel": "^41.0.0",
    "kmore": "^67.3.0",
    "knex": "^3.1.0"
  },
  "devDependencies": {
    "kmore-cli": "^67.3.0",
    "kmore-types": "^67.3.0"
  },
  "engines": {
    "node": ">=20.11.0",
    "@midwayjs/core": ">=3.16.0"
  },
  "files": [
    "README.*.md",
    "Dockerfile",
    "npm-shrinkwrap.json",
    "tsconfig.json",
    "tsconfig.base.json",
    "asset",
    "bin",
    "database",
    "dist",
    "src",
    "!**/*.spec.*"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "npm run tsc",
    "build:unit": "tsc -p test/tsconfig.json",
    "clean": "npm run clean:lock && npm run clean:dist && npm run clean:log",
    "clean:cache": "rm -rf .eslintcache .tsbuildinfo",
    "clean:dist": "npm run clean:cache && rm -rf dist/*",
    "clean:lock": "rm -f package-lock.json",
    "clean:log": "rm -rf ./logs ./run",
    "cov": "c8 --all npm run test",
    "db:gen": "kmore gen --path ./src",
    "dev": "cross-env MIDWAY_SERVER_ENV=local mwtsc --watch --run @midwayjs/mock/app",
    "lint": "eslint --fix --cache src test",
    "lint:nofix": "eslint --cache src test",
    "postbuild": "tsc-alias",
    "pretest": "npm run build:unit",
    "start": "cross-env NODE_ENV=production node ./bootstrap.js",
    "start:gc": "cross-env NODE_ENV=local node --trace_gc ./bootstrap.js",
    "test": "cross-env MIDWAY_SERVER_ENV=unittest TS_NODE_PROJECT=test/tsconfig.json mocha --parallel=false",
    "test:deb": "npm run test",
    "tsc": "tsc -b"
  },
  "gitHead": "242e56eaccf893db217ae75900737e20ff2ef13a"
}
