Files
stats/packages/sdks/react-native/package.json
Carl-Gerhard Lindesvärd 4f9d66693e bump: sdk 1.0.2
2025-11-25 10:26:26 +01:00

24 lines
522 B
JSON

{
"name": "@openpanel/react-native",
"version": "1.0.3-local",
"module": "index.ts",
"scripts": {
"build": "rm -rf dist && tsup",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@openpanel/sdk": "workspace:1.0.2-local"
},
"devDependencies": {
"@openpanel/tsconfig": "workspace:*",
"@types/node": "catalog:",
"tsup": "^7.2.0",
"typescript": "catalog:"
},
"peerDependencies": {
"expo-application": "5 - 6",
"expo-constants": "14 - 17",
"react-native": "*"
}
}