UNPKG

check-export-map

Version:

Check if entries in an export map in package.json are valid and point to actual files/folders

11 lines (10 loc) 131 B
{ "name": "foo", "type": "module", "exports": { ".": { "import": "./foo.js" }, "./package.json": "./package.json" } }