-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 KB
/
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
{
"name": "react-native-ad",
"title": "react-native 广告联盟SDK",
"version": "1.2.4",
"description": "给rn封装一些常用的广告平台的 sdk,头条穿山甲,腾讯广点通,百度百青藤等广告模块...",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haxibiao/react-native-ad.git",
"baseUrl": "https://github.com/haxibiao/react-native-ad"
},
"keywords": [
"react-native"
],
"author": {
"name": "haxibiao",
"email": "ivan@haxibiao.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "17.0.1",
"react-native": ">=0.64.0 <1.0.x"
},
"devDependencies": {
"react": "17.0.1",
"react-native": "0.64.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}