{
  "name": "pipedrive",
  "version": "33.4.3",
  "description": "Pipedrive REST client for NodeJS",
  "license": "MIT",
  "homepage": "https://developers.pipedrive.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pipedrive/client-nodejs"
  },
  "main": "./dist/index.js",
  "exports": {
    ".": "./dist/index.js",
    "./v1": "./dist/versions/v1/index.js",
    "./v2": "./dist/versions/v2/index.js"
  },
  "files": [
    "dist"
  ],
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "build": "tsc && tsc -p tsconfig.esm.json",
    "prepare": "npm run build",
    "test": "npm run test:functional",
    "test:functional:start": "npm run test:functional -- --start-environment",
    "test:functional:stop": "npm run test:functional -- --stop-environment",
    "test:functional": "node ./test/config/environment.js",
    "test:coverage": "npm run test:functional -- --collectCoverage",
    "sonar": "pipedrive-sonar-scanner",
    "lint-staged": "lint-staged",
    "version": "changelog-updater && git add CHANGELOG.md"
  },
  "browser": {
    "fs": false
  },
  "dependencies": {
    "axios": "^1.16.0",
    "qs": "^6.14.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/eslint-parser": "^7.19.1",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-decorators": "^7.0.0",
    "@babel/plugin-proposal-do-expressions": "^7.0.0",
    "@babel/plugin-proposal-export-default-from": "^7.0.0",
    "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
    "@babel/plugin-proposal-function-bind": "^7.0.0",
    "@babel/plugin-proposal-function-sent": "^7.0.0",
    "@babel/plugin-proposal-json-strings": "^7.0.0",
    "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
    "@babel/plugin-proposal-numeric-separator": "^7.0.0",
    "@babel/plugin-proposal-optional-chaining": "^7.0.0",
    "@babel/plugin-proposal-pipeline-operator": "^7.0.0",
    "@babel/plugin-proposal-throw-expressions": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-syntax-import-meta": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.12.1",
    "@babel/preset-env": "^7.23.5",
    "@babel/register": "^7.0.0",
    "@fastify/pre-commit": "^2.2.1",
    "@types/jest": "^29.5.14",
    "@types/node": "^24.0.0",
    "@types/qs": "^6.9.7",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^29.7.0",
    "changelog-updater": "^2.0.3",
    "eslint": "^8.27.0",
    "eslint-config-pipedrive": "^13.0.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-jest": "^28.11.0",
    "expect.js": "^0.3.1",
    "get-port": "^5.1.1",
    "jest": "^29.7.0",
    "jest-environment-node": "^27.4.4",
    "lint-staged": "^13.0.3",
    "minimist": "^1.2.5",
    "mocha": "^10.8.2",
    "nock": "^13.5.6",
    "regenerator-runtime": "^0.13.7",
    "shelljs": "^0.8.4",
    "sinon": "^7.2.0",
    "ts-jest": "^29.2.5",
    "typescript": "^4.9.5",
    "typescript-eslint": "^8.56.1"
  },
  "overrides": {
    "serialize-javascript": "^7.0.4"
  },
  "lint-staged": {
    "*.{ts,js}": [
      "eslint --fix"
    ]
  },
  "pre-commit": [
    "build",
    "lint-staged",
    "test"
  ],
  "publishConfig": {
    "access": "public"
  }
}
