File tree Expand file tree Collapse file tree 1 file changed +7
-33
lines changed Expand file tree Collapse file tree 1 file changed +7
-33
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 0.1.0" ,
4
4
"description" : " React Native CSS Animation presets for Reanimated 4" ,
5
5
"source" : " ./src/index.tsx" ,
6
- "main" : " ./lib/commonjs/index.js" ,
7
- "module" : " ./lib/module/index.js" ,
8
- "exports" : {
9
- "." : {
10
- "import" : {
11
- "types" : " ./lib/typescript/module/src/index.d.ts" ,
12
- "default" : " ./lib/module/index.js"
13
- },
14
- "require" : {
15
- "types" : " ./lib/typescript/commonjs/src/index.d.ts" ,
16
- "default" : " ./lib/commonjs/index.js"
17
- }
18
- }
19
- },
6
+ "react-native" : " ./src/index" ,
7
+ "main" : " ./lib/module/index" ,
8
+ "module" : " ./lib/module/index" ,
9
+ "types" : " ./lib/typescript/module/src/index.d.ts" ,
20
10
"files" : [
21
11
" src" ,
22
12
" lib" ,
47
37
},
48
38
"keywords" : [
49
39
" react-native" ,
40
+ " reanimated" ,
41
+ " css animations" ,
42
+ " css transitions" ,
50
43
" ios" ,
51
44
" android"
52
45
],
154
147
"source" : " src" ,
155
148
"output" : " lib" ,
156
149
"targets" : [
157
- " codegen" ,
158
- [
159
- " commonjs" ,
160
- {
161
- "esm" : true
162
- }
163
- ],
164
150
[
165
151
" module" ,
166
152
{
176
162
]
177
163
]
178
164
},
179
- "codegenConfig" : {
180
- "name" : " RNCssAnimationsSpec" ,
181
- "type" : " modules" ,
182
- "jsSrcsDir" : " src" ,
183
- "outputDir" : {
184
- "ios" : " ios/generated" ,
185
- "android" : " android/generated"
186
- },
187
- "android" : {
188
- "javaPackageName" : " com.cssanimations"
189
- }
190
- },
191
165
"create-react-native-library" : {
192
166
"languages" : " js" ,
193
167
"type" : " library" ,
You can’t perform that action at this time.
0 commit comments