|
21 | 21 | }, |
22 | 22 | "main": "src/index.ts", |
23 | 23 | "exports": { |
24 | | - "./safe-area-view": "./src/ui/safe-area-view/index.ts", |
25 | | - "./push-notifications": "./src/data-access/push-notifications/index.ts", |
26 | | - "./image-picker": "./src/data-access/image-picker/index.ts", |
27 | | - "./websocket": "./src/data-access/websocket/index.ts", |
28 | | - "./reactotron": "./src/data-access/store/utils/reactotron/index.ts", |
29 | | - "./i18n": "./src/utils/i18n/index.ts", |
30 | | - "./clerk": "./src/features/clerk/index.ts" |
31 | | - }, |
32 | | - "typesVersions": { |
33 | | - "*": { |
34 | | - "safe-area-view": ["src/ui/safe-area-view/index.ts"], |
35 | | - "push-notifications": ["src/data-access/push-notifications/index.ts"], |
36 | | - "image-picker": ["src/data-access/image-picker/index.ts"], |
37 | | - "websocket": ["src/data-access/websocket/index.ts"], |
38 | | - "reactotron": ["src/data-access/store/utils/reactotron/index.ts"], |
39 | | - "i18n": ["src/utils/i18n/index.ts"], |
40 | | - "clerk": ["src/features/clerk/index.ts"] |
| 24 | + "./safe-area-view": { |
| 25 | + "types": "./src/ui/safe-area-view/index.ts", |
| 26 | + "import": "./src/ui/safe-area-view/index.ts", |
| 27 | + "require": "./src/ui/safe-area-view/index.ts", |
| 28 | + "default": "./src/ui/safe-area-view/index.ts" |
| 29 | + }, |
| 30 | + "./push-notifications": { |
| 31 | + "types": "./src/data-access/push-notifications/index.ts", |
| 32 | + "import": "./src/data-access/push-notifications/index.ts", |
| 33 | + "require": "./src/data-access/push-notifications/index.ts", |
| 34 | + "default": "./src/data-access/push-notifications/index.ts" |
| 35 | + }, |
| 36 | + "./image-picker": { |
| 37 | + "types": "./src/data-access/image-picker/index.ts", |
| 38 | + "import": "./src/data-access/image-picker/index.ts", |
| 39 | + "require": "./src/data-access/image-picker/index.ts", |
| 40 | + "default": "./src/data-access/image-picker/index.ts" |
| 41 | + }, |
| 42 | + "./websocket": { |
| 43 | + "types": "./src/data-access/websocket/index.ts", |
| 44 | + "import": "./src/data-access/websocket/index.ts", |
| 45 | + "require": "./src/data-access/websocket/index.ts", |
| 46 | + "default": "./src/data-access/websocket/index.ts" |
| 47 | + }, |
| 48 | + "./reactotron": { |
| 49 | + "types": "./src/data-access/store/utils/reactotron/index.ts", |
| 50 | + "import": "./src/data-access/store/utils/reactotron/index.ts", |
| 51 | + "require": "./src/data-access/store/utils/reactotron/index.ts", |
| 52 | + "default": "./src/data-access/store/utils/reactotron/index.ts" |
| 53 | + }, |
| 54 | + "./i18n": { |
| 55 | + "types": "./src/utils/i18n/index.ts", |
| 56 | + "import": "./src/utils/i18n/index.ts", |
| 57 | + "require": "./src/utils/i18n/index.ts", |
| 58 | + "default": "./src/utils/i18n/index.ts" |
| 59 | + }, |
| 60 | + "./clerk": { |
| 61 | + "types": "./src/features/clerk/index.ts", |
| 62 | + "import": "./src/features/clerk/index.ts", |
| 63 | + "require": "./src/features/clerk/index.ts", |
| 64 | + "default": "./src/features/clerk/index.ts" |
41 | 65 | } |
42 | 66 | }, |
43 | 67 | "files": [ |
|
0 commit comments