Files
codeql/javascript/ql/test/library-tests/PathResolution/PackageWithExports/package.json
2025-04-23 14:27:29 +02:00

9 lines
132 B
JSON

{
"name": "@example/package-with-exports",
"exports": {
".": {
"default": "./main.js"
}
}
}