UNPKG

1.66 kBJSONView Raw
1{
2 "name": "@react-native-community/clipboard",
3 "version": "1.2.2",
4 "description": "React Native Clipboard API for both iOS and Android",
5 "keywords": [
6 "Clipboard",
7 "getString",
8 "react-native",
9 "setString"
10 ],
11 "homepage": "https://github.com/react-native-community/clipboard#readme",
12 "bugs": {
13 "url": "https://github.com/react-native-community/clipboard/issues"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/react-native-community/clipboard.git"
18 },
19 "license": "MIT",
20 "author": "M.Haris Baig <harisbaig100@gmail.com>",
21 "main": "dist/index.js",
22 "types": "dist/index.d.ts",
23 "files": [
24 "dist",
25 "RNCClipboard.podspec",
26 "ios",
27 "android"
28 ],
29 "scripts": {
30 "build": "tsc",
31 "flow": "flow",
32 "lint": "eslint src --ext .ts,.tsx --cache",
33 "prepare": "yarn build",
34 "test": "echo \"Error: no test specified\" && exit 1",
35 "type-check": "tsc --noEmit"
36 },
37 "jest": {
38 "preset": "react-native"
39 },
40 "devDependencies": {
41 "@react-native-community/eslint-config": "^1.0.0",
42 "@types/react-native": "^0.62.0",
43 "@babel/core": "^7.7.5",
44 "babel-core": "^7.0.0-bridge.0",
45 "babel-jest": "24.1.0",
46 "eslint": "^6.8.0",
47 "eslint-plugin-prettier": "^3.1.2",
48 "flow-bin": "0.105.2",
49 "jest": "24.1.0",
50 "metro-react-native-babel-preset": "^0.59.0",
51 "prettier": "^2.0.2",
52 "react": "16.9.0",
53 "react-native": "0.61.5",
54 "react-test-renderer": "16.9.0",
55 "typescript": "^3.8.3"
56 },
57 "peerDependencies": {
58 "react": ">=16.0",
59 "react-native": ">=0.57.0"
60 },
61 "publishConfig": {
62 "access": "public"
63 }
64}