{
  "name": "@letsparky/api-v2-client",
  "version": "1.0.13",
  "description": "TypeScript client for the LetsParky API V2",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "commonjs",
  "scripts": {
    "build": "tsc",
    "postbuild": "node -e \"const fs=require('fs'); fs.writeFileSync('./dist/package.json', JSON.stringify({type:'commonjs'}, null, 2));\"",
    "test": "jest",
    "test:mock": "cross-env MOCK_API=true jest",
    "test:coverage": "jest --coverage",
    "test:enhanced": "jest tests/client.test.ts tests/validators.test.ts tests/parkings.test.ts tests/client.test.optional.ts tests/tenants.test.ts tests/users.test.ts tests/auth.test.ts tests/devices.test.ts --coverage",
    "test:modules": "jest tests/validators.test.ts tests/parkings.test.ts tests/tenants.test.ts tests/users.test.ts tests/auth.test.ts tests/devices.test.ts --coverage",
    "test:auth": "jest tests/auth.test.ts --coverage",
    "test:devices": "jest tests/devices.test.ts --coverage",
    "lint": "eslint src/**/*.ts",
    "lint:fix": "eslint src/**/*.ts --fix",
    "prepare": "npm run build",
    "example": "ts-node examples/client-usage.ts",
    "docs": "typedoc --out docs src/index.ts"
  },
  "keywords": [
    "letsparky",
    "api",
    "client",
    "typescript",
    "parking"
  ],
  "author": "LetsParky Team",
  "license": "ISC",
  "dependencies": {
    "@letsparky/api-v2-client": "^1.0.7",
    "axios": "^1.3.0",
    "uuid": "^11.1.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@types/node": "^18.15.0",
    "@types/uuid": "^9.0.1",
    "@typescript-eslint/eslint-plugin": "^5.54.0",
    "@typescript-eslint/parser": "^5.54.0",
    "cross-env": "^7.0.3",
    "dotenv": "^16.0.3",
    "eslint": "^8.35.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.1",
    "typedoc": "^0.23.9",
    "typescript": "^5.0.2"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "dist/package.json",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=14.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/letsparky/api-v2-client.git"
  }
}
