UNPKG

@bookla-app/react-client-sdk

Version:
78 lines (77 loc) 2.09 kB
{ "name": "@bookla-app/react-client-sdk", "version": "0.6.2", "description": "React SDK for Bookla Client API", "main": "./dist/index.js", "module": "./dist/index.esm.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "author": "Bookla", "license": "MIT", "keywords": [ "bookla", "booking", "react", "sdk", "reservation", "scheduling" ], "repository": { "type": "git", "url": "https://github.com/bookla-app/react-client-sdk" }, "bugs": { "url": "https://github.com/bookla-app/react-client-sdk/issues" }, "homepage": "https://github.com/bookla-app/react-client-sdk#readme", "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "clean": "rimraf dist", "test": "echo \"No tests specified\" && exit 0", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write \"src/**/*.{ts,tsx}\"", "prepare": "npm run build", "prepublishOnly": "npm run build", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags", "release:patch": "npm version patch && npm publish", "release:minor": "npm version minor && npm publish", "release:major": "npm version major && npm publish" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "dependencies": { "zod": "^3.23.8" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.1", "@rollup/plugin-node-resolve": "^15.3.0", "@types/react": "^19.0.6", "@types/react-dom": "^19.0.2", "@typescript-eslint/eslint-plugin": "^8.14.0", "@typescript-eslint/parser": "^8.14.0", "eslint": "^9.15.0", "prettier": "^3.5.3", "rimraf": "^6.0.1", "rollup": "^4.24.4", "rollup-plugin-typescript2": "^0.36.0", "typescript": "^5.6.3" } }