@tryinhouse/react-native-inhouse-sdk
Version:
A React Native module for tracking SDK functionality
60 lines (59 loc) • 1.5 kB
JSON
{
"name": "@tryinhouse/react-native-inhouse-sdk",
"version": "1.0.12",
"description": "A React Native module for tracking SDK functionality",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "jest",
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "eslint src --ext .ts,.tsx --fix"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"react-native",
"tracking",
"sdk",
"analytics",
"install-referrer"
],
"author": "Your Name",
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-native": "^0.73.0",
"typescript": "^5.0.4",
"eslint": "^8.19.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"jest": "^29.6.3",
"@types/jest": "^29.5.13",
"ts-jest": "^29.1.0",
"react": "^18.2.0",
"react-native": "^0.73.0"
},
"repository": {
"type": "git",
"url": "https://github.com/28harishkumar/inhouse-react-native.git"
},
"bugs": {
"url": "https://github.com/28harishkumar/inhouse-react-native/issues"
},
"homepage": "https://github.com/28harishkumar/inhouse-react-native#readme",
"react-native": {
"android": {
"package": "co.tryinhouse.react_native.TrackingSDKPackage"
},
"ios": {
"podspec": "react-native-inhouse-sdk.podspec"
}
}
}