-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 889 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
32
33
34
35
36
37
38
{
"name": "react-native-tapsell-plus",
"version": "2.2.8",
"description": "TapsellPlus React native plugin.",
"files": [
"android",
"src",
"package.json",
"README.md"
],
"main": "index.js",
"scripts": {
"test": "echo \"No test to pass. Ignoring\""
},
"keywords": [
"react-native",
"tapsell",
"ad"
],
"author": "Tapsell",
"license": "Apache 2.0",
"peerDependencies": {
"react-native": "0.63.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tapsellorg/TapsellPlusSDK-ReactNativePlugin.git"
},
"bugs": {
"url": "https://github.com/tapsellorg/TapsellPlusSDK-ReactNativePlugin/issues"
},
"homepage": "https://github.com/tapsellorg/TapsellPlusSDK-ReactNativePlugin",
"devDependencies": {
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4"
}
}