-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.12 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.12 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
{
"name": "@aptabase/react-native",
"version": "0.3.10",
"private": false,
"description": "React Native SDK for Aptabase: Open Source, Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps",
"sideEffects": false,
"author": "goenning <goenning@aptabase.com>",
"main": "./dist/index.js",
"types": "./dist/index.d.mts",
"repository": {
"type": "git",
"url": "git+https://github.com/aptabase/aptabase-react-native.git"
},
"bugs": {
"url": "https://github.com/aptabase/aptabase-react-native/issues"
},
"homepage": "https://github.com/aptabase/aptabase-react-native",
"license": "MIT",
"scripts": {
"build": "tsup",
"test": "vitest run --coverage"
},
"files": [
"README.md",
"LICENSE",
"dist",
"package.json",
"android",
"ios",
"aptabase-react-native.podspec"
],
"devDependencies": {
"@types/node": "22.15.21",
"@types/react": "19.1.5",
"@vitest/coverage-v8": "3.1.4",
"tsup": "8.5.0",
"vite": "6.3.5",
"vitest": "3.1.4",
"vitest-fetch-mock": "0.4.5"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}