-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.12 KB
/
package.json
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 <[email protected]>",
"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": {
"@vitest/coverage-v8": "0.34.3",
"@types/react": "18.2.22",
"@types/node": "20.5.9",
"tsup": "7.2.0",
"vite": "4.4.9",
"vitest": "0.34.3",
"vitest-fetch-mock": "0.2.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}