-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.11 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
{
"name": "@kkurko/react-native-session-stats",
"version": "1.2.2",
"description": "Package provides context with info about your sessions",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"typescript": "tsc --noEmit"
},
"keywords": [
"react-native",
"session-stats",
"sessions"
],
"repository": "https://github.com/kirillkurko/react-native-session-stats",
"author": "Kirill Kurko <[email protected]> (https://github.com/kirillkurko)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kirillkurko/react-native-session-stats/issues"
},
"homepage": "https://github.com/kirillkurko/react-native-session-stats#readme",
"devDependencies": {
"@react-native-async-storage/async-storage": "^1.17.10",
"@types/react": "~17.0.21",
"@types/react-native": "0.68.0",
"prettier": "^2.0.5",
"react": "17.0.2",
"react-native": "0.68.2",
"typescript": "^4.5.2"
},
"resolutions": {
"@types/react": "17.0.21"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"@react-native-async-storage/async-storage": "*"
}
}