forked from square/react-native-square-reader-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.37 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "react-native-square-reader-sdk",
"version": "1.4.3",
"description": "A React Native plugin for Square Reader SDK",
"homepage": "https://github.com/square/react-native-square-reader-sdk",
"repository": {
"type": "git",
"url": "https://github.com/square/react-native-square-reader-sdk.git"
},
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"lint": "eslint ./ --ext .js",
"test": "jest"
},
"keywords": [
"react-native",
"reader-sdk",
"square",
"payments"
],
"author": "Square, Inc.",
"license": "Apache-2.0",
"peerDependencies": {
"react-native": ">= 0.55.4"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "7.28.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-native": "^3.11.0",
"jest": "^27.0.6",
"react": "17.0.1",
"react-native": "0.64.1"
},
"jest": {
"preset": "react-native",
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
},
"modulePathIgnorePatterns": [
"reader-sdk-react-native-quickstart"
]
},
"resolutions": {
"**/**/handlebars": "4.5.3",
"**/**/logkitty": "^0.7.1",
"**/**/minimist": "^0.2.1"
}
}