forked from LewinJun/react-native-lewin-screen-capture
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 947 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
{
"name": "react-native-lewin-screen-capture",
"version": "1.1.0",
"description": "获取系统截屏事件与获取当前屏幕截屏",
"main": "index.js",
"scripts": {
"test": "react native 获取系统截屏事件与获取当前屏幕截屏",
"prepare": "rm -rf android/build Example/android/build Example/android/app/build node_modules Example/ios/build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LewinJun/react-native-lewin-screen-capture.git"
},
"keywords": [
"系统截屏事件",
"获取截屏事件",
"react",
"reactnative",
"截屏",
"capture",
"screencapture"
],
"author": "Lewin",
"license": "ISC",
"bugs": {
"url": "https://github.com/LewinJun/react-native-lewin-screen-capture/issues"
},
"peerDependencies": {
"react-native": ">0.60.0"
},
"homepage": "https://github.com/LewinJun/react-native-lewin-screen-capture#readme"
}