1
0
Fork 0
arangodb/js/common/test-data/apps/missing-exports-file/manifest.json

8 lines
109 B
JSON

{
"name": "missing-exports-file",
"version": "0.0.0",
"exports": {
"nope": "no-such-file.js"
}
}