Files
stats/packages/sdks/react-native/package.json
Carl-Gerhard Lindesvärd 32e91959f6 chore(root): migrate to biome
2024-09-18 23:46:11 +02:00

24 lines
518 B
JSON

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