UNPKG

react-native-spotlight-search

Version:

A React Native module for iOS that provides Spotlight search functionality.

46 lines (45 loc) 1.15 kB
{ "name": "react-native-spotlight-search", "version": "2.2.0", "description": "A React Native module for iOS that provides Spotlight search functionality.", "main": "index.js", "types": "index.d.ts", "files": [ "index.js", "index.d.ts", "ios/*", "react-native-spotlight-search.podspec", "plugin/*", "app.plugin.js" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "yarn build:plugin", "build:plugin": "tsc --build plugin" }, "repository": { "type": "git", "url": "git+https://github.com/jdmunro/react-native-spotlight-search.git" }, "author": "James Munro <me@jdmunro.net>", "license": "MIT", "bugs": { "url": "https://github.com/jdmunro/react-native-spotlight-search/issues" }, "keywords": [ "react-native", "react", "ios", "spotlight", "search" ], "homepage": "https://github.com/jdmunro/react-native-spotlight-search#readme", "peerDependencies": { "react-native": "*" }, "dependencies": { "@expo/config-plugins": "^4.0.6", "@types/node": "^16.11.5", "typescript": "^4.4.4" } }