{
  "name": "@nimee/api-clients",
  "version": "1.1.111",
  "description": "communication http for each ms",
  "main": "dist/src/index.js",
  "author": "dan goldberg",
  "license": "ISC",
  "scripts": {
    "build-ts": "tsc",
    "watch-ts": "tsc -w",
    "build": "npm run build-ts",
    "lint": "eslint -c ../../.eslintrc.js  --ext .ts src/**",
    "watch": "nodemon",
    "prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write",
    "incVersionAndPublish": "npm run test:deploy && npm version patch && npm run publish-it && npm run i-all-workspaces",
    "publish-it": "npm run build && npm publish --scope=nimee --access public",
    "i-all-workspaces": "version=${npm_package_version} npm i @nimee/api-clients@$version  --workspace=@nimee/event --workspace=@nimee/user-event --workspace=@nimee/send-notification --workspace=@nimee/user  --workspace=@nimee/payment --workspace=@nimee/analytics --workspace=@nimee/crm --workspace=@nimee/invoices",
    "test": "jest --detectOpenHandles --watch",
    "test:deploy": "jest --ci --coverage"
  },
  "devDependencies": {
    "@nimee/tests": "^0.0.41",
    "@typescript-eslint/eslint-plugin": "^5.18.0",
    "@typescript-eslint/eslint-plugin-tslint": "^5.18.0",
    "@typescript-eslint/parser": "^5.18.0",
    "eslint": "8.22.0",
    "eslint-plugin-jsdoc": "^38.1.6",
    "eslint-plugin-no-null": "^1.0.2",
    "jest": "^29.0.0",
    "jest-junit": "^12.0.0",
    "nock": "^13.0.5",
    "nodemon": "^1.19.1",
    "sinon": "^9.2.1",
    "ts-jest": "^29.0.0",
    "typescript": "^5.2.2"
  },
  "types": "dist/src/index.d.ts",
  "dependencies": {
    "@nimee/error-handler": "0.0.14",
    "@nimee/logger": "^1.0.27",
    "@nimee/shared-types": "^1.0.331",
    "axios": "1.2.1"
  }
}
