forked from checkout/frames-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.33 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
{
"name": "frames-react-native",
"version": "1.1.9",
"description": "Frames React Native",
"main": "dist/index.js",
"scripts": {
"test": "jest --coverage",
"test:watch": "jest --watch --coverage=false",
"build": "tsc"
},
"dependencies": {
"creditcards": "^4.2.0",
"creditcards-types": "^3.2.0",
"node-fetch": "^2.6.7"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.12.16",
"@babel/preset-react": "^7.12.13",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/jest-native": "^3.3.0",
"@testing-library/react-native": "^7.1.0",
"@types/jest": "^26.0.20",
"@types/node-fetch": "^2.5.8",
"@types/react": "^16.14.4",
"@types/react-native": "^0.63.49",
"@types/react-test-renderer": "^16.9.5",
"@types/uuid": "^8.3.0",
"babel-preset-expo": "~8.1.0",
"jest": "^26.6.3",
"jest-expo": "^38.0.2",
"react": "~16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-typescript-transformer": "^1.2.13",
"ts-jest": "^26.5.1",
"typescript": "~3.8.3"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"coverageReporters": [
"lcov"
]
}
}