UNPKG

react-native-new-google-places-autocomplete

Version:

A modern, TypeScript-first Google Places autocomplete component for React Native using the new Google Places API (New).

88 lines (87 loc) 2.39 kB
{ "name": "react-native-new-google-places-autocomplete", "version": "1.0.3", "description": "A modern, TypeScript-first Google Places autocomplete component for React Native using the new Google Places API (New).", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.js" } }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "clean": "rm -rf dist", "prepublishOnly": "npm run clean && npm run build", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:package": "node test-package.js", "lint": "eslint src --ext .ts,.tsx", "lint:fix": "eslint src --ext .ts,.tsx --fix", "format": "prettier --write \"src/**/*.{ts,tsx}\"", "type-check": "tsc --noEmit" }, "keywords": [ "react-native", "google-places", "autocomplete", "places-api", "typescript", "location", "geocoding", "modern", "places-api-new" ], "author": "Jesse Abuaja <jesseabuaja@hotmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/jsjags/react-native-new-google-places-autocomplete.git" }, "bugs": { "url": "https://github.com/jsjags/react-native-new-google-places-autocomplete/issues" }, "homepage": "https://github.com/jsjags/react-native-new-google-places-autocomplete#readme", "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.60.0" }, "devDependencies": { "@types/react": "^18.2.0", "@types/react-native": "^0.72.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "@testing-library/react-native": "^12.0.0", "@testing-library/jest-native": "^5.4.0", "eslint": "^8.45.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-react": "^7.33.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-native": "^4.1.0", "jest": "^29.6.0", "prettier": "^3.0.0", "typescript": "^5.1.0" }, "dependencies": {}, "engines": { "node": ">=14.0.0" }, "sideEffects": false, "typesVersions": { "*": { "*": [ "./dist/index.d.ts" ] } } }