{
  "name": "@tomei/customer-base",
  "version": "0.1.0",
  "description": "Tomei Customer Base Package",
  "main": "dist/index.js",
  "scripts": {
    "start:dev": "tsc -w",
    "build": "tsc -p tsconfig.build.json",
    "prepare": "husky install",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "npx eslint . --fix",
    "test": "jest --forceExit --detectOpenHandles"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/tomei-package/customer-base.git"
  },
  "keywords": [
    "tomei",
    "customer-base"
  ],
  "author": "Tomei",
  "license": "ISC",
  "bugs": {
    "url": "https://gitlab.com/tomei-package/customer-base/issues"
  },
  "homepage": "https://gitlab.com/tomei-package/customer-base#readme",
  "devDependencies": {
    "@commitlint/cli": "^17.6.3",
    "@commitlint/config-conventional": "^17.6.3",
    "@tsconfig/node18": "^2.0.1",
    "@types/jest": "^29.5.2",
    "@types/node": "^18.17.12",
    "@types/validator": "^13.11.1",
    "@typescript-eslint/eslint-plugin": "^5.33.0",
    "dotenv": "^16.1.4",
    "eslint": "^8.40.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "husky": "^8.0.3",
    "jest": "^29.5.0",
    "jest-mock-extended": "^3.0.4",
    "lint-staged": "^13.2.2",
    "prettier": "^2.7.1",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.1",
    "tsc-watch": "^5.0.3",
    "tsconfig-paths": "^4.0.0",
    "tslint": "^6.1.3",
    "typescript": "^4.7.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@paralleldrive/cuid2": "^2.2.2",
    "@tomei/general": "^0.21.7",
    "@tomei/object": "^0.1.11",
    "bullmq": "^5.56.5",
    "cuid": "^3.0.0",
    "ioredis": "^5.6.1",
    "reflect-metadata": "^0.1.13",
    "sequelize": "^6.32.1",
    "sequelize-typescript": "^2.1.5"
  },
  "lint-staged": {
    "*/**/*.{js,ts,tsx}": [
      "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
      "eslint \"{src,apps,libs,test}/**/*.ts\" --fix"
    ]
  }
}
