{
  "name": "@carforyou/api-client",
  "version": "46.4.1",
  "description": "Api client to connect with our APIs",
  "scripts": {
    "version": "npm run build",
    "build": "rimraf pkg && tsc --outDir pkg/esm && tsc --module commonjs --target es5 --outDir pkg/cjs",
    "lint": "eslint --ext ts,js,tsx,jsx,json .",
    "format": "npm run lint -- --fix",
    "typecheck": "tsc --noEmit",
    "test": "npm run test:unit",
    "test:unit": "jest",
    "test:unit:debug": "node --inspect-brk --inspect=127.0.0.1:9229 ./node_modules/jest/bin/jest.js --runInBand"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/autoricardo/carforyou-api-client-pkg.git"
  },
  "author": "CAR FOR YOU",
  "license": "MIT",
  "homepage": "https://github.com/autoricardo/carforyou-api-client-pkg#readme",
  "devDependencies": {
    "@carforyou/eslint-config": "4.0.17",
    "@types/jest": "27.4.1",
    "@types/node": "16.11.26",
    "jest": "27.5.1",
    "jest-fetch-mock": "3.0.3",
    "rimraf": "3.0.2",
    "semantic-release": "19.0.2",
    "ts-jest": "27.1.3",
    "typescript": "4.6.2"
  },
  "main": "pkg/cjs/index.js",
  "module": "pkg/esm/index.js",
  "files": [
    "pkg/**/*"
  ]
}
