{
  "name": "@hubs101/booking-api-skd-client",
  "version": "1.0.139",
  "author": "Liveware",
  "scripts": {
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.ts\"",
    "lint": "eslint -c .eslintrc.js --ext .ts src",
    "prepare": "npm run build",
    "prepublishOnly": "npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags",
    "new-version": "git pull ; npm run build ; git commit -m \"update booking api\" -a --no-verify && npm version patch ; npm publish"
  },
  "meta": {},
  "description": "Package for easy access to Event App API",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/We-Conect/hubs101-booking-api-skd-client.git"
  },
  "keywords": [
    "We-Conect",
    "Liveware",
    "EventApp",
    "Booking"
  ],
  "license": "ISC",
  "peerDependencies": {
    "react": "^18.2.0"
  },
  "main": "lib/index",
  "react-native": "lib/index",
  "types": "lib/index.d.ts",
  "source": "src/index",
  "directories": {
    "test": "test"
  },
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@typescript-eslint/eslint-plugin": "^7.0.1",
    "@typescript-eslint/parser": "^7.0.1",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-jsdoc": "^48.1.0",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "eslint-plugin-react": "^7.33.2",
    "jest": "^29.5.0",
    "prettier": "^2.8.7",
    "ts-jest": "^29.1.0",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^5.3.3"
  },
  "files": [
    "lib/**/*"
  ]
}
