react-native-spotlight-guide
Version:
A modern, customizable and high-performance spotlight/walkthrough library for React Native with TypeScript support
76 lines (75 loc) • 1.66 kB
JSON
{
"name": "react-native-spotlight-guide",
"version": "1.0.7",
"description": "A modern, customizable and high-performance spotlight/walkthrough library for React Native with TypeScript support",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "jest"
},
"keywords": [
"react-native",
"react",
"native",
"spotlight",
"walkthrough",
"onboarding",
"guide",
"tooltip",
"tutorial",
"tour",
"showcase",
"highlight",
"overlay",
"coach",
"marks",
"hints",
"help",
"introduction",
"ios",
"android",
"mobile",
"typescript",
"custom-shapes",
"animations"
],
"author": {
"name": "Furkan Kaya",
"email": "furkankayadev@gmail.com",
"url": "https://github.com/FurkanKayaDev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FurkanKayaDev/react-native-spotlight-guide.git"
},
"bugs": {
"url": "https://github.com/FurkanKayaDev/react-native-spotlight-guide/issues"
},
"homepage": "https://github.com/FurkanKayaDev/react-native-spotlight-guide#readme",
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-svg": ">=13.0.0"
},
"files": [
"lib/",
"src/",
"LICENSE",
"README.md",
"package.json"
],
"dependencies": {
"react-native-svg": ">=13.0.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-native": "^0.72.0",
"jest": "^29.0.0",
"react": "^18.2.0",
"react-native": "^0.72.0",
"typescript": "^5.7.3"
}
}