mirror of
https://github.com/github/codeql.git
synced 2026-07-11 14:35:31 +02:00
9 lines
132 B
JSON
9 lines
132 B
JSON
{
|
|
"name": "@example/package-with-exports",
|
|
"exports": {
|
|
".": {
|
|
"default": "./main.js"
|
|
}
|
|
}
|
|
}
|