You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
637 B
30 lines
637 B
{ |
|
"name": "lodash-unified", |
|
"version": "1.0.3", |
|
"description": "A union entrypoint of lodash for both ESModule and Commonjs.", |
|
"main": "./require.cjs", |
|
"types": "./type.d.ts", |
|
"exports": { |
|
"import": { |
|
"types": "./type.d.ts", |
|
"default": "./import.js" |
|
}, |
|
"require": { |
|
"types": "./type.d.ts", |
|
"default": "./require.cjs" |
|
} |
|
}, |
|
"type": "module", |
|
"author": "Jack Works", |
|
"license": "MIT", |
|
"devDependencies": { |
|
"lodash": "*", |
|
"lodash-es": "*", |
|
"@types/lodash-es": "*" |
|
}, |
|
"peerDependencies": { |
|
"lodash": "*", |
|
"lodash-es": "*", |
|
"@types/lodash-es": "*" |
|
} |
|
} |