-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.37 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.37 KB
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
55
56
57
58
{
"name": "conekta-elements-react-native",
"version": "0.0.1",
"description": "React Native wrapper for Conekta Elements Compose UI",
"main": "src/index.ts",
"types": "src/index.ts",
"files": [
"src/",
"!src/__tests__/",
"android/src/",
"android/build.gradle",
"android/gradle/",
"android/gradle.properties",
"android/gradlew",
"android/gradlew.bat",
"ios/",
"scripts/",
"ConektaElements.podspec",
"react-native.config.js"
],
"keywords": [
"react-native",
"conekta",
"payments",
"tokenizer"
],
"repository": {
"type": "git",
"url": "git+https://github.com/conekta/conekta-elements-react-native.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"scripts": {
"postinstall": "node scripts/download-xcframework.js",
"test": "vitest run",
"test:watch": "vitest"
},
"conektaElements": {
"version": "0.2.0-beta.2",
"iosChecksum": "e5fc1a7030756eea3f8cc4c229c178baac9369e4c3ba3238274f03824fdb02b2"
},
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-test-renderer": "^19.1.0",
"react": "18.2.0",
"react-native": "0.73.6",
"react-test-renderer": "^18.2.0",
"typescript": "^5.0.0",
"vitest": "^4.0.18"
}
}