|
@ -5,11 +5,16 @@ |
|
|
"license": "MIT", |
|
|
"license": "MIT", |
|
|
"typings": "./index.d.ts", |
|
|
"typings": "./index.d.ts", |
|
|
"main": "./index.js", |
|
|
"main": "./index.js", |
|
|
|
|
|
"files": [ |
|
|
|
|
|
"src/**/*", "index.js", "index.d.ts", "package.json" |
|
|
|
|
|
], |
|
|
"exports": { |
|
|
"exports": { |
|
|
".": [ |
|
|
".": [ |
|
|
{ "require": "./index.js" }, |
|
|
{ |
|
|
"./index.js" |
|
|
"require": "./index.js" |
|
|
] |
|
|
}, |
|
|
|
|
|
"./index.js" |
|
|
|
|
|
] |
|
|
}, |
|
|
}, |
|
|
"funding": [ |
|
|
"funding": [ |
|
|
{ |
|
|
{ |
|
|