{
  "name": "@playbookmedia/backend-node-sdk",
  "version": "1.26.2-patch-2",
  "description": "Vector Backend Node SDK for interacting with the Vector API",
  "main": "./lib/index.js",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "clean": "rm -rf ./lib/",
    "cm": "cz",
    "lint": "eslint ./src/ --fix",
    "prepublishOnly": "npm run build",
    "semantic-release": "semantic-release",
    "test:watch": "jest --watch",
    "test": "jest --coverage --passWithNoTests",
    "typecheck": "tsc --noEmit",
    "format": "prettier --write ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VectorEngineering/Vector-Lead-Management.git"
  },
  "license": "MIT",
  "author": {
    "name": "Yoan Yomba",
    "email": "yoanyombapro@gmail.com",
    "url": "https://github.com/yoanyomba123"
  },
  "engines": {
    "node": ">=12.0"
  },
  "keywords": [
    "boilerplate",
    "template",
    "typescript",
    "vscode",
    "jest",
    "husky",
    "commitizen",
    "semantic-release",
    "codecov"
  ],
  "bugs": {
    "url": "https://github.com/SolomonAIEngineering/backend-monorepo/issues"
  },
  "homepage": "https://github.com/SolomonAIEngineering/backend-monorepo#readme",
  "devDependencies": {
    "@ryansonshine/commitizen": "^4.2.8",
    "@ryansonshine/cz-conventional-changelog": "^3.3.4",
    "@types/jest": "^27.5.2",
    "@types/node": "^20.0.0",
    "@types/request": "^2.48.12",
    "@typescript-eslint/eslint-plugin": "^4.22.0",
    "@typescript-eslint/parser": "^4.22.0",
    "eslint": "^7.25.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.4.0",
    "jest": "^27.5.1",
    "lint-staged": "^13.2.1",
    "prettier": "^2.2.1",
    "semantic-release": "^21.0.1",
    "ts-jest": "^27.0.5",
    "ts-node": "^10.2.1",
    "typescript": "^4.2.4"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/@ryansonshine/cz-conventional-changelog"
    }
  },
  "lint-staged": {
    "*.ts": "eslint --cache --cache-location .eslintcache --fix"
  },
  "release": {
    "branches": [
      "main"
    ],
    "plugins": [
      [
        "@semantic-release/commit-analyzer",
        {
          "preset": "conventionalcommits",
          "releaseRules": [
            {
              "type": "build",
              "scope": "deps",
              "release": "patch"
            }
          ]
        }
      ],
      "@semantic-release/npm"
    ]
  },
  "dependencies": {
    "@semantic-release/commit-analyzer": "^11.1.0",
    "@semantic-release/npm": "^11.0.2",
    "axios": "^1.6.7",
    "conventional-changelog-conventionalcommits": "^5.0.0",
    "http": "^0.0.1-security",
    "request": "^2.88.2"
  }
}
