16 lines
428 B
JSON
16 lines
428 B
JSON
{
|
|
"description": "Separate entrypoint for unstable Fluent UI components",
|
|
"main": "../lib-commonjs/unstable/index.js",
|
|
"module": "../lib/unstable/index.js",
|
|
"typings": "./../dist/unstable.d.ts",
|
|
"sideEffects": false,
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": {
|
|
"types": "./../dist/unstable.d.ts",
|
|
"import": "./../lib/unstable/index.js",
|
|
"require": "./../lib-commonjs/unstable/index.js"
|
|
}
|
|
}
|
|
}
|