react-native-fluq
Version:
Firebase Dynamic Links alternative for React Native
43 lines (42 loc) • 1.08 kB
JSON
{
"name": "react-native-fluq",
"version": "1.0.2",
"description": "Firebase Dynamic Links alternative for React Native",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jabiel/react-native-fluq.git"
},
"types": "src/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc",
"lint": "eslint \"src/**/*.{js,ts,tsx}\" --max-warnings=0"
},
"keywords": [
"react-native",
"dynamic-links",
"deep-links",
"react-native-dynamic-links"
],
"author": "Jarek Bielicki",
"license": "MIT",
"bugs": {
"url": "https://github.com/jabiel/react-native-fluq/issues"
},
"homepage": "https://fluq.link",
"peerDependencies": {
"react": "*",
"react-dom": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react": "^19.0.0",
"react-native": "0.79.2",
"typescript": "^5.0.4",
"jest": "^29.0.0",
"eslint": "^8.53.0",
"@react-native/babel-preset": "0.79.2",
"@react-native/eslint-config": "0.79.2"
}
}