-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.07 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
{
"name": "@gateai/react-native",
"version": "1.0.0",
"description": "Gate/AI react-native SDK for iOS and Android",
"license": "MIT",
"homepage": "https://gate-ai.net",
"repository": {
"type": "git",
"url": "git+https://github.com/GateAI-net/gate-react-native.git"
},
"bugs": {
"url": "https://github.com/GateAI-net/gate-react-native/issues"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src",
"ios",
"android/build.gradle",
"android/consumer-rules.pro",
"android/src",
"native",
"*.podspec",
"Package.swift",
"react-native.config.js",
"README.md",
"LICENSE",
"android/gate-core-version.gradle"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"prepack": "npm run build",
"prepare": "npm run build"
},
"devDependencies": {
"typescript": "^5.9.2",
"react-native": "0.81.0",
"react": "19.1.0",
"@types/react": "^19.1.0"
},
"react-native": "src/index.ts",
"peerDependencies": {
"react-native": ">=0.76 <1",
"react": ">=18"
}
}