{
  "name": "@koakh/nestjs-surrealdb",
  "version": "0.1.20",
  "description": "SurrealDb NestJs wrapper driver",
  "author": "Mário Monteiro <marioammonteiro@gmail.com>",
  "license": "UNLICENSED",
  "readmeFilename": "README.md",
  "main": "dist/index.js",
  "files": [
    "dist/**/*",
    "*.md"
  ],
  "scripts": {
    "dev": "tsc -w",
    "build": "tsc",
    "prepare": "npm run build",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json -c tslint.json",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:cov": "jest --coverage",
    "test:e2e": "jest --config ./test/jest-e2e.json",
    "yalc:publish": "npm run build && yalc publish",
    "version:patch": "npm run build && npm version patch && echo 'don`t forget to bump version on consumer apps and run `yarn install --mode=skip-build`'",
    "version:publish": "npm publish"
  },
  "keywords": [
    "nestjs",
    "surrealdb"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/koakh/NestJsSurrealDbDynamicModule.git"
  },
  "bugs": "https://github.com/koakh/NestJsSurrealDbDynamicModule.git",
  "dependencies": {
    "@golevelup/nestjs-modules": "0.8.0",
    "@nestjs/config": "4.0.1",
    "babel-core": "6.26.3",
    "class-validator": "0.14.1",
    "rxjs": "7.8.1",
    "surrealdb": "1.3.2",
    "ts-morph": "26.0.0",
    "ws": "8.18.0"
  },
  "// devDependenciesNotUsed": {
    "jest": "29.7.0",
    "@types/jest": "29.5.14",
    "@nestjs/testing": "11.0.12",
    "ts-jest": "29.2.5"
  },
  "devDependencies": {
    "@nestjs/common": "11.0.12",
    "@nestjs/core": "11.0.12",
    "@types/node": "24.1.0",
    "@types/ws": "8",
    "nodemon": "3.1.7",
    "prettier": "3.4.0",
    "supertest": "7.0.0",
    "ts-node": "10.9.2",
    "tsc-watch": "7.1.1",
    "tsconfig-paths": "4.2.0",
    "tslint": "5.20.1",
    "typescript": "5.7.2"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "ts"
    ],
    "rootDir": "src",
    "testRegex": ".spec.ts$",
    "transform": {
      "^.+\\.(t|j)s$": "ts-jest"
    },
    "coverageDirectory": "../coverage",
    "testEnvironment": "node"
  }
}
