File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change 44 "main" : " dist/index.js" ,
55 "module" : " lib/index.js" ,
66 "typings" : " lib/index.d.ts" ,
7- "exports" : {
8- "." : {
9- "require" : " ./dist/index.js" ,
10- "import" : " ./lib/index.js" ,
11- "types" : " ./lib/index.d.ts"
12- },
13- "./lib" : {
14- "require" : " ./dist/index.js" ,
15- "import" : " ./lib/index.js" ,
16- "types" : " ./lib/index.d.ts"
17- },
18- "./lib/*.js" : {
19- "require" : " ./dist/*.js" ,
20- "import" : " ./lib/*.js" ,
21- "types" : " ./lib/*.d.ts"
22- },
23- "./dist" : {
24- "require" : " ./dist/index.js" ,
25- "import" : " ./lib/index.js" ,
26- "types" : " ./lib/index.d.ts"
27- },
28- "./dist/*.js" : {
29- "require" : " ./dist/*.js" ,
30- "import" : " ./lib/*.js" ,
31- "types" : " ./lib/*.d.ts"
32- }
33- },
347 "description" : " The ajv-6 based validator for @rjsf/core" ,
358 "files" : [
369 " dist" ,
You can’t perform that action at this time.
0 commit comments