-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 917 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"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": "[email protected]: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"
}