mirror of
https://github.com/github/codeql.git
synced 2026-02-14 06:01:07 +01:00
15 lines
285 B
JSON
15 lines
285 B
JSON
{
|
|
"name": "@example/package-with-exports",
|
|
"exports": {
|
|
".": {
|
|
"default": "./main.js"
|
|
},
|
|
"./fake-file": {
|
|
"default": "./fake-file-impl.js"
|
|
},
|
|
"./star/*": {
|
|
"default": "./star-impl/*"
|
|
}
|
|
}
|
|
}
|