@audienceproject/react-native-userreport-sdk
Version:
Running UserReport in React Native applications
32 lines (31 loc) • 917 B
JSON
{
"name": "@audienceproject/react-native-userreport-sdk",
"version": "3.1.0",
"description": "Running UserReport in React Native applications",
"main": "react-native-userreport-sdk.js",
"repository": {
"type": "git",
"url": "git@github.com:audienceproject/userreport-react-native-sdk.git"
},
"author": "AudienceProject",
"license": "Apache-2.0",
"homepage": "https://github.com/audienceproject/userreport-react-native-sdk",
"scripts": {
"test": "jest",
"prepublishOnly": "npm install && npm run test"
},
"peerDependencies": {
"react-native": "^0.71.8",
"react-native-device-info": "^10.6.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"babel-jest": "^27.1.0",
"eslint": "^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.22.1",
"jest": "^27.1.0"
},
"type": "module"
}